Skip to content

Commit b55f6b7

Browse files
committed
Changed polkadot sdk repo to substrate as nicks pallet is removed from polkadot sdk
1 parent 96f0f17 commit b55f6b7

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

Lines changed: 1 addition & 1 deletion
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)