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

docs: fixed link to js-ipfs-examples #4037

Merged
merged 1 commit into from
Feb 4, 2022
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 packages/ipfs-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ console.info(cid)

## Next Steps

* Look into the [examples](/examples) to learn how to spawn an IPFS node in Node.js and in the Browser
* Look into the [js-ipfs-examples](https://github.com/ipfs-examples/js-ipfs-examples) to learn how to spawn an IPFS node in Node.js and in the Browser
* Read the [Core API docs](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api) to see what you can do with an IPFS node
* Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it
* Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs
Expand Down