From 50fb58c056595936c9fa0a5d279b94939f501b72 Mon Sep 17 00:00:00 2001 From: 1xstj <106580853+1xstj@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:55:53 +0530 Subject: [PATCH] update chainspec link (#149) --- .../validator/deploy-with-docker/validator-node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/ecosystem-roles/validator/deploy-with-docker/validator-node.mdx b/pages/docs/ecosystem-roles/validator/deploy-with-docker/validator-node.mdx index 18281798..a1c18eef 100644 --- a/pages/docs/ecosystem-roles/validator/deploy-with-docker/validator-node.mdx +++ b/pages/docs/ecosystem-roles/validator/deploy-with-docker/validator-node.mdx @@ -38,7 +38,7 @@ Download the latest chainspec for standalone testnet: ```sh filename="get chainspec" copy # Fetches chainspec for Tangle network -wget https://github.com/webb-tools/tangle/blob/main/chainspecs/standalone/tangle-standalone.json +wget https://raw.githubusercontent.com/webb-tools/tangle/main/chainspecs/testnet/tangle-standalone.json ``` Please make a reference where you have stored this `json` file as we will need it in the next steps.