From 681316dfa1cbcc8240b1977630f9121cb55cb57f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 8 Aug 2016 23:20:05 -0700 Subject: [PATCH] Fix link in mio README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9b1879a..c09ac5dcb 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]: https://github.com/alexcrichton/futures-rs/blob/master/futures-mio/src/bin/echo.rs +[echo.rs]: https://github.com/alexcrichton/futures-rs/blob/master/futures-mio/src/bin/echo.rs [socks5.rs]: https://github.com/alexcrichton/futures-rs/blob/master/futures-socks5/src/main.rs ## What is futures-mio?