From 2b9e21268284a6a9a5de6887592ca6aad5af896c Mon Sep 17 00:00:00 2001 From: Luke Hinds <7058938+lukehinds@users.noreply.github.com> Date: Tue, 2 Aug 2022 07:46:50 +0100 Subject: [PATCH] examples/README.md: Fix tutorial link (#2790) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 225425e0..6c16d77c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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