summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJonathan Reem <jonathan.reem@gmail.com>2016-09-02 23:22:27 -0700
committerGitHub <noreply@github.com>2016-09-02 23:22:27 -0700
commit242f8fa1b262021dd76ba217b0372470fdcef47f (patch)
tree1f3ce90b36ff57d475b52ec22800b7ce3f1b0a97 /README.md
parent3794cf7f1db616ecf27b6841a0d32facc3dd4bea (diff)
Fix the link for the echo server example.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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?