|
7 | 7 | <h3 align="center"><b>Traverse IPLD graphs</b></h3> |
8 | 8 |
|
9 | 9 | <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> |
23 | 23 |
|
24 | 24 | ## Table of Contents |
25 | 25 |
|
|
44 | 44 | ## About The Project |
45 | 45 |
|
46 | 46 | - 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 |
48 | 48 | - 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 |
49 | 49 | - Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it |
50 | 50 | - 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)_ |
128 | 128 |
|
129 | 129 | - [Config](https://docs.ipfs.io/) |
130 | 130 | - [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) |
132 | 132 | - [Development](https://github.com/ipfs/js-ipfs/blob/master/docs/DEVELOPMENT.md) |
| 133 | +- [Tutorials](https://proto.school) |
133 | 134 |
|
134 | 135 | ## Contributing |
135 | 136 |
|
|
0 commit comments