From d02b902edaaa3aa1893f334470ccaf1b5f7d15df Mon Sep 17 00:00:00 2001 From: Sangwon Hong Date: Mon, 27 Nov 2017 20:42:04 +0900 Subject: [PATCH] docs(examples): fix a link of eth-stuffs in README.md (#1114) The eth-stuffs folder is located in the explore-ethereum-blockchain folder, which is a same level of README.md, so the link of eth-stuffs folder should be changed to ./eth-stuffs Signed-off-by: Sangwon Hong --- examples/explore-ethereum-blockchain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/explore-ethereum-blockchain/README.md b/examples/explore-ethereum-blockchain/README.md index 6596dd0306..7016ed1558 100644 --- a/examples/explore-ethereum-blockchain/README.md +++ b/examples/explore-ethereum-blockchain/README.md @@ -18,7 +18,7 @@ If this is the first time you use js-ipfs, make sure to init your repo with ## Load ethereum chain data into ipfs -We've some ethereum blocks available at [eth-stuffs](/eth-stuffs) folder, you can add them to ipfs by running: +We've some ethereum blocks available at [eth-stuffs](./eth-stuffs) folder, you can add them to ipfs by running: ```sh > ./load-eth-stuffs.sh