From 9d4a9b15fe449f44b792091247c56947163732b6 Mon Sep 17 00:00:00 2001 From: loopedresolve <99568419+loopedresolve@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:48:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a18d87..a9dbc94 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the package declaration to your project's manifest dependencies array: A Chain Specification file must be provided to initialize a chain. A Chain Specification is a JSON Object that describes a Polkadot-based blockchain network. -*Example Chain Specification JSON files for Polkadot, Kusama, Rococo, and Westend can be copied for use from [/Tests/SmoldotSwiftTests/Resources](https://github.com/loopedresolve/smoldot-swift/tree/main/Tests/SmoldotSwiftTests/Resources).* +*Example Chain Specification JSON files for Polkadot, Kusama, Rococo, and Westend can be copied for use from [/Tests/SmoldotSwiftTests/Resources](https://github.com/finsig/smoldot-swift/tree/main/Tests/SmoldotSwiftTests/Resources).* Initialize a chain from a specification file: