Skip to content

Commit aba1456

Browse files
committed
docs: update readme
1 parent b391abd commit aba1456

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,17 @@
2323
- [Prerequisites](#prerequisites)
2424
- [Understanding how libp2p works](#understanding-how-libp2p-works)
2525
- [Other examples](#other-examples)
26-
- [Documentation](#documentation)
2726
- [Contribute](#contribute)
2827
- [License](#license)
2928

3029
## About The Project
3130

3231
- Read the [js-libp2p documentation](https://github.com/libp2p/js-libp2p/tree/main/doc)
3332
- Check out the [js-libp2p API docs](https://libp2p.github.io/js-libp2p/)
34-
- Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it
35-
- Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs
36-
- Check out https://docs.ipfs.io for tips, how-tos and more
33+
- Check out the [general libp2p documentation](https://docs.libp2p.io) for tips, how-tos and more
34+
- Read the [libp2p specs](https://github.com/libp2p/specs)
3735
- See https://blog.libp2p.io for news and more
36+
- Head over to https://proto.school to take interactive tutorials that cover core libp2p APIs
3837
- Need help? Please ask 'How do I?' questions on https://github.com/libp2p/js-libp2p/discussions
3938

4039
## Getting Started
@@ -67,18 +66,6 @@ These are demo apps or examples that showcase specific modules or services:
6766

6867
There is also [universal connectivity](https://github.com/libp2p/universal-connectivity/tree/main) demo that shows of how many different libp2p implementations can be connected together.
6968

70-
## Documentation
71-
72-
- [js-libp2p docs](https://github.com/libp2p/js-libp2p/tree/main/doc)
73-
- [libp2p.io](https://libp2p.io)
74-
- [docs.libp2p.io](https://docs.libp2p.io)
75-
- [Specifications](https://github.com/libp2p/specs)
76-
- [Discussion Forums](https://github.com/libp2p/js-libp2p/discussions)
77-
- Talks
78-
- [`libp2p <3 ethereum` at DEVCON2](https://archive.devcon.org/archive/watch/2/libp2p-devp2p-ipfs-and-ethereum-networking/)
79-
- Articles
80-
- [The overview of libp2p](https://github.com/libp2p/libp2p#description)
81-
8269
## Contribute
8370

8471
See [CONTRIBUTING.md](https://github.com/libp2p/js-libp2p-examples/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)