Skip to content

Commit 00f9f63

Browse files
feat: add proto school link for tutorials (#31)
* feat: add proto school link for tutorials * fix: update examples link
1 parent f6a5cc6 commit 00f9f63

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>Traverse IPLD graphs</b></h3>
88

99
<p align="center">
10-
<b><i>Resolve through IPLD graphs with the dag API</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>Resolve through IPLD graphs with the dag API</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

@@ -44,7 +44,7 @@
4444
## About The Project
4545

4646
- Read the [docs](https://github.com/ipfs/js-ipfs/tree/master/docs)
47-
- 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
47+
- 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
4848
- 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
4949
- Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it
5050
- Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs
@@ -128,8 +128,9 @@ _For more examples, please refer to the [Documentation](#documentation)_
128128

129129
- [Config](https://docs.ipfs.io/)
130130
- [Core API](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api)
131-
- [Examples](https://github.com/ipfs/js-ipfs/tree/master/examples)
131+
- [Examples](https://github.com/ipfs-examples/js-ipfs-examples)
132132
- [Development](https://github.com/ipfs/js-ipfs/blob/master/docs/DEVELOPMENT.md)
133+
- [Tutorials](https://proto.school)
133134

134135
## Contributing
135136

0 commit comments

Comments
 (0)