Skip to content

Commit b3a55c4

Browse files
authored
fix dependency config
1 parent d045dba commit b3a55c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/tutorials/build-application-logic/add-a-pallet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To add the dependencies for the Nicks pallet to the runtime:
7272
For example, add a line similar to the following:
7373

7474
```toml
75-
pallet-nicks = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "polkadot-v1.0.0" }
75+
pallet-nicks = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" }
7676
```
7777

7878
This line imports the `pallet-nicks` crate as a dependency and specifies the following:

0 commit comments

Comments
 (0)