Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit e6548e2

Browse files
feat: add proto school link for tutorials (#31)
* feat: add proto school link for tutorials * fix: update examples link
1 parent 2ec0763 commit e6548e2

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
<h3 align="center"><b>Multiple IPFS nodes</b></h3>
88

99
<p align="center">
10-
<b><i>Running multiple JS IPFS nodes</i></b>
11-
<br />
12-
<br />
13-
<img src="https://raw.githubusercontent.com/jlord/forkngo/gh-pages/badges/cobalt.png" width="200">
14-
<br>
15-
<a href="https://github.com/ipfs/js-ipfs/tree/master/docs">Explore the docs</a>
16-
·
17-
<a href="https://codesandbox.io/">View Demo</a>
18-
·
19-
<a href="https://github.com/ipfs-examples/js-ipfs-examples/issues">Report Bug</a>
20-
·
21-
<a href="https://github.com/ipfs-examples/js-ipfs-examples/issues">Request Feature/Example</a>
22-
</p>
10+
<b><i>Running multiple JS IPFS nodes</i></b>
11+
<br />
12+
<br />
13+
<img src="https://raw.githubusercontent.com/jlord/forkngo/gh-pages/badges/cobalt.png" width="200">
14+
<br>
15+
<a href="https://github.com/ipfs/js-ipfs/tree/master/docs">Explore the docs</a>
16+
·
17+
<a href="https://codesandbox.io/">View Demo</a>
18+
·
19+
<a href="https://github.com/ipfs-examples/js-ipfs-examples/issues">Report Bug</a>
20+
·
21+
<a href="https://github.com/ipfs-examples/js-ipfs-examples/issues">Request Feature/Example</a>
22+
</p>
2323

2424
## Table of Contents
2525

@@ -38,7 +38,7 @@
3838
## About The Project
3939

4040
- Read the [docs](https://github.com/ipfs/js-ipfs/tree/master/docs)
41-
- Look into other [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
41+
- Look into other [examples](https://github.com/ipfs-examples/js-ipfs-examples) to learn how to spawn an IPFS node in Node.js and in the Browser
4242
- 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
4343
- Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it
4444
- Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs
@@ -133,8 +133,9 @@ _For more examples, please refer to the [Documentation](#documentation)_
133133

134134
- [Config](https://docs.ipfs.io/)
135135
- [Core API](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api)
136-
- [Examples](https://github.com/ipfs/js-ipfs/tree/master/examples)
136+
- [Examples](https://github.com/ipfs-examples/js-ipfs-examples)
137137
- [Development](https://github.com/ipfs/js-ipfs/blob/master/docs/DEVELOPMENT.md)
138+
- [Tutorials](https://proto.school)
138139

139140
## Contributing
140141

0 commit comments

Comments
 (0)