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

Commit 15184bf

Browse files
authoredNov 4, 2021
docs: added examples working link (#3931)
1 parent 09c7bf7 commit 15184bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/ipfs-http-client/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Both the Current and Active LTS versions of Node.js are supported. Please see [n
8282
### Next Steps
8383

8484
* Read the [docs](https://github.com/ipfs/js-ipfs/tree/master/docs)
85-
* Look into the [examples](https://github.com/ipfs/js-ipfs/tree/master/examples) to learn how to spawn an IPFS node in Node.js and in the Browser
85+
* Look into the [examples](https://github.com/ipfs-examples/js-ipfs-examples) to learn how to spawn an IPFS node in Node.js and in the Browser
8686
* Consult 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
8787
* Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it
8888
* Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs

‎packages/ipfs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ added QmXXY5ZxbtuYj6DnfApLiGstzPN7fvSyigrRee3hDWPCaf hello-world.txt
7474
### Next Steps
7575

7676
* Read the [docs](https://github.com/ipfs/js-ipfs/tree/master/docs)
77-
* Look into the [examples](https://github.com/ipfs/js-ipfs/tree/master/examples) to learn how to spawn an IPFS node in Node.js and in the Browser
77+
* Look into the [examples](https://github.com/ipfs-examples/js-ipfs-examples) to learn how to spawn an IPFS node in Node.js and in the Browser
7878
* Consult 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
7979
* Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it
8080
* Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs

0 commit comments

Comments
 (0)
This repository has been archived.