From 242f8fa1b262021dd76ba217b0372470fdcef47f Mon Sep 17 00:00:00 2001 From: Jonathan Reem Date: Fri, 2 Sep 2016 23:22:27 -0700 Subject: Fix the link for the echo server example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0a1b2d3a..fcc22181 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ There are a few small examples showing off how to use this library: * [echo.rs] - a simple TCP echo server * [socks5.rs] - an implementation of a SOCKSv5 proxy server -[echo.rs]: https://github.com/tokio-rs/tokio-core/blob/master/src/bin/echo.rs +[echo.rs]: https://github.com/tokio-rs/tokio-core/blob/master/examples/echo.rs [socks5.rs]: https://github.com/tokio-rs/tokio-socks5/blob/master/src/main.rs ## What is tokio-core? -- cgit v1.2.3