From a92fba24acb3605557da5a2ba9023e3ad0389244 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Wed, 15 Feb 2017 21:45:18 -0200 Subject: [PATCH] Fix links on `examples/README.md` --- examples/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index d1b244045e..98fda715cc 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,9 +6,9 @@ Let us know if you find any issue or if you want to contribute and add a new tut ## Examples -- [js-ipfs basic, how to spawn a node and add a file to IPFS](/examples) -- [How to bundle js-ipfs with Browserify](/bundle-browserify) -- [How to bundle js-ipfs with WebPack](/bundle-webpack) -- [Use IPFS to explore the Ethereum BlockChain](/explore-ethereum) +- [js-ipfs basic, how to spawn a node and add a file to IPFS](./basics) +- [How to bundle js-ipfs with Browserify](./bundle-browserify) +- [How to bundle js-ipfs with WebPack](./bundle-webpack) +- [Use IPFS to explore the Ethereum BlockChain](./explore-ethereum) ## Tutorials