From aa5523c46002a20ed8face4a5bda6fb4b1f59fe0 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Mon, 31 Aug 2020 20:29:12 +0100 Subject: [PATCH] Fix js-ipfs example link --- docs/.vuepress/config.js | 2 +- docs/how-to/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 091fba42a..34073a5d2 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -287,7 +287,7 @@ module.exports = { children: [ 'how-to/address-ipfs-on-web', [ - 'https://github.com/ipfs/js-ipfs/tree/master/examples/exchange-files-in-browser', + 'https://github.com/ipfs/js-ipfs/tree/master/examples/browser-exchange-files', 'Exchange files between nodes' ], [ diff --git a/docs/how-to/README.md b/docs/how-to/README.md index f4ea725a4..d2b6e39a8 100644 --- a/docs/how-to/README.md +++ b/docs/how-to/README.md @@ -20,7 +20,7 @@ See the site navigation menu for all our how-tos, organized by topic area, inclu - **Understand website hosting** by starting with how to [host a simple single-page site](/how-to/host-single-page-site/) - **Work with blockchains** like the [Ethereum](https://github.com/ipfs/js-ipfs/tree/master/examples/explore-ethereum-blockchain) chain - **Learn how to build apps** on IPFS, starting with [exploring the IPFS API](https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_C) and [making a basic libp2p app](https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_B) -- **Understand how IPFS works in the browser** by learning how to [address IPFS on the Web](/how-to/address-ipfs-on-web/), seeing how to [exchange files between nodes](https://github.com/ipfs/js-ipfs/tree/master/examples/exchange-files-in-browser), seeing [how IPFS can be used in your favorite browser tools and frameworks](/how-to/browser-tools-frameworks/), and more +- **Understand how IPFS works in the browser** by learning how to [address IPFS on the Web](/how-to/address-ipfs-on-web/), seeing how to [exchange files between nodes](https://github.com/ipfs/js-ipfs/tree/master/examples/browser-exchange-files), seeing [how IPFS can be used in your favorite browser tools and frameworks](/how-to/browser-tools-frameworks/), and more ## Don't see what you're looking for?