From 1514ee91926635a7c9b28117b2ed6bd4c153895e Mon Sep 17 00:00:00 2001 From: Benjamin Wasty Date: Sun, 27 Jan 2019 14:52:59 +0100 Subject: [PATCH] readme: fix broken links (#113) --- polkadot/README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/polkadot/README.adoc b/polkadot/README.adoc index de631c4f69..b6c6bd6108 100644 --- a/polkadot/README.adoc +++ b/polkadot/README.adoc @@ -156,23 +156,23 @@ polkadot --chain=local --validator --key Bob -d /tmp/bob --port 30334 --bootnode Ensure you replace `ALICE_BOOTNODE_ID_HERE` with the node ID from the output of the first terminal. === Using Docker -link:_includes/doc/docker.adoc[Using Docker] +link:doc/docker.adoc[Using Docker] === Shell Completion -link:_includes/doc/shell-completion.adoc[Shell Completion] +link:doc/shell-completion.adoc[Shell Completion] === Polkadot Networks -link:_includes/doc/networks/networks.adoc[Polkadot Networks] +link:doc/networks/networks.adoc[Polkadot Networks] == Contributing === Contributing Guidelines -link:_includes/CONTRIBUTING.adoc[Contribution Guidelines] +link:CONTRIBUTING.adoc[Contribution Guidelines] === Contributor Code of Conduct -link:_includes/CODE_OF_CONDUCT.adoc[Code of Conduct] +link:CODE_OF_CONDUCT.adoc[Code of Conduct] == License