examples/README.md: Fix tutorial link (#2790)

This commit is contained in:
Luke Hinds 2022-08-02 07:46:50 +01:00 committed by GitHub
parent eaf3f3a7fb
commit 2b9e212682
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.
- [Ping](ping.rs)
Small `ping` clone, sending a ping to a peer, expecting a pong as a response. See
[tutorial](../src/tutorial.rs) for a step-by-step guide building the example.
[tutorial](../src/tutorials/ping.rs) for a step-by-step guide building the example.
## Individual libp2p protocols