Skip to content

Commit

Permalink
docs(examples/readme): fix broken link
Browse files Browse the repository at this point in the history
Related: #3536.

Pull-Request: #4984.
  • Loading branch information
trueNAHO authored Dec 5, 2023
1 parent 0f28528 commit 06d80fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ A set of examples showcasing how to use rust-libp2p.

- [IPFS Private](./ipfs-private) Implementation using the gossipsub, ping and identify protocols to implement the ipfs private swarms feature.

- [Ping](./ping) Small `ping` clone, sending a ping to a peer, expecting a pong as a response. See [tutorial](../src/tutorials/ping.rs) for a step-by-step guide building the example.
- [Ping](./ping) Small `ping` clone, sending a ping to a peer, expecting a pong as a response. See [tutorial](../libp2p/src/tutorials/ping.rs) for a step-by-step guide building the example.

- [Rendezvous](./rendezvous) Rendezvous Protocol. See [specs](https://github.com/libp2p/specs/blob/master/rendezvous/README.md).

0 comments on commit 06d80fb

Please sign in to comment.