Fix link in mio README

This commit is contained in:
Alex Crichton
2016-08-08 23:20:05 -07:00
parent 00daa2ca23
commit 681316dfa1
+1 -1
View File
@@ -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?