From 9e3d41121fde0bb69c71bc53eaedacecf9e64fa8 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 28 Jan 2022 22:52:38 +0100 Subject: [PATCH] docs: fixed link to examples --- packages/ipfs-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-core/README.md b/packages/ipfs-core/README.md index b2c9a877b6..514b759703 100644 --- a/packages/ipfs-core/README.md +++ b/packages/ipfs-core/README.md @@ -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