From 70ca3243adb39e7e74b8ce4554848cb6520b4adb Mon Sep 17 00:00:00 2001 From: Vinay Keerthi <11478411+stonecharioteer@users.noreply.github.com> Date: Tue, 25 Apr 2023 18:46:12 +0530 Subject: [PATCH] fix(docs): correct link to chat-example in examples readme Resolves #3830. Pull-Request: #3831. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 3b347c4c..a8a07be0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,7 +7,7 @@ A set of examples showcasing how to use rust-libp2p. ## 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. - [File sharing application](./file-sharing) Basic file sharing application with peers either providing or locating and getting files by name.