From 9cb422655ebe2e81f9e6dea7906a03454b76ee37 Mon Sep 17 00:00:00 2001 From: Ali Sci <58806996+aliscie@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:56:19 +0800 Subject: [PATCH] Update substrate-node-template-setup.md New changes as showing in the docs https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/ --- substrate-node-template-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate-node-template-setup.md b/substrate-node-template-setup.md index bf71b7a..d1fcc9c 100644 --- a/substrate-node-template-setup.md +++ b/substrate-node-template-setup.md @@ -4,7 +4,7 @@ The Substrate node template provides a working development environment so that y 1. Open a terminal shell on your computer. 2. Clone the node template repository by running the following command: ``` -git clone https://github.com/substrate-developer-hub/substrate-node-template +git clone https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template ``` 3. Change to the root of the node template directory by running the following command: ```