fix(docs): correct link to chat-example in examples readme

Resolves #3830.

Pull-Request: #3831.
This commit is contained in:
Vinay Keerthi 2023-04-25 18:46:12 +05:30 committed by GitHub
parent 585a84e182
commit 70ca3243ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ A set of examples showcasing how to use rust-libp2p.
## Individual libp2p features ## Individual libp2p features
- [Chat](./autonat) A basic chat application demonstrating libp2p and the mDNS and Gossipsub protocols. - [Chat](./chat-example) A basic chat application demonstrating libp2p and the mDNS and Gossipsub protocols.
- [Distributed key-value store](./distributed-key-value-store) A basic key value store demonstrating libp2p and the mDNS and Kademlia protocol. - [Distributed key-value store](./distributed-key-value-store) A basic key value store demonstrating libp2p and the mDNS and Kademlia protocol.
- [File sharing application](./file-sharing) Basic file sharing application with peers either providing or locating and getting files by name. - [File sharing application](./file-sharing) Basic file sharing application with peers either providing or locating and getting files by name.