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

docs(examples): fix a link of eth-stuffs in README.md #1114

Merged
merged 1 commit into from
Nov 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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