From 363f7598e80f8b63c6ed299ac922ccbcc4aac1be Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Fri, 24 Sep 2021 05:36:52 -0400 Subject: [PATCH] Fix broken links (#3919) --- polkadot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polkadot/README.md b/polkadot/README.md index 034a23a59e..5ea7ac4335 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -10,7 +10,7 @@ Implementation of a node in Rust based on the Substra This repo contains runtimes for the Polkadot, Kusama, and Westend networks. The README provides information about installing the `polkadot` binary and developing on the codebase. For more specific guides, like how to be a validator, see the -[Polkadot Wiki](https://wiki.polkadot.network/docs/en/). +[Polkadot Wiki](https://wiki.polkadot.network/docs/getting-started). ## Installation @@ -170,7 +170,7 @@ If you want to do anything on Polkadot, Kusama, or Westend, then you'll need to some DOT, KSM, or WND tokens, respectively. See the [claims instructions](https://claims.polkadot.network/) for Polkadot if you have DOTs to claim. For Westend's WND tokens, see the faucet -[instructions](https://wiki.polkadot.network/docs/en/learn-DOT#getting-westies) on the Wiki. +[instructions](https://wiki.polkadot.network/docs/learn-DOT#getting-westies) on the Wiki. ## Hacking on Polkadot