From b3a55c448ea7baff5e3042911cd14520bc0562e3 Mon Sep 17 00:00:00 2001 From: Daniel Cukier Date: Thu, 22 Feb 2024 22:29:12 -0300 Subject: [PATCH] fix dependency config --- .../en/docs/tutorials/build-application-logic/add-a-pallet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/tutorials/build-application-logic/add-a-pallet.md b/content/md/en/docs/tutorials/build-application-logic/add-a-pallet.md index a920de241..95d0467de 100644 --- a/content/md/en/docs/tutorials/build-application-logic/add-a-pallet.md +++ b/content/md/en/docs/tutorials/build-application-logic/add-a-pallet.md @@ -72,7 +72,7 @@ To add the dependencies for the Nicks pallet to the runtime: For example, add a line similar to the following: ```toml - pallet-nicks = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/polkadot-sdk.git", branch = "polkadot-v1.0.0" } + pallet-nicks = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" } ``` This line imports the `pallet-nicks` crate as a dependency and specifies the following: