Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix js-ipfs example link #433

Merged
merged 1 commit into from
Sep 9, 2020
Merged
Show file tree
Hide file tree
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 docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
[
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down