Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs(examples): fix a link of eth-stuffs in README.md (#1114)
Browse files Browse the repository at this point in the history
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 <qpakzk@gmail.com>
  • Loading branch information
qpakzk authored and daviddias committed Nov 27, 2017
1 parent 795e1ec commit d02b902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/explore-ethereum-blockchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d02b902

Please sign in to comment.