summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeehoon Kang <jeehoon.kang@kaist.ac.kr>2019-05-11 02:19:32 +0900
committerCarl Lerche <me@carllerche.com>2019-05-10 10:19:32 -0700
commit79d88200500f6e6c9970e1ad26469276c1a2f71f (patch)
tree4ed7f12855c464c4654e7c7ea236cacd74a6efca
parent951f2fd910fddc632d78a3be3715e25fcaaa3081 (diff)
Fix link in tokio-futures/README.md (#1085)
`tokio-futures/README.md`'s link to the examples was wrong.
-rw-r--r--tokio-futures/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-futures/README.md b/tokio-futures/README.md
index cf5afdb3..358ed866 100644
--- a/tokio-futures/README.md
+++ b/tokio-futures/README.md
@@ -42,7 +42,7 @@ fn main() {
Because nightly is required, run the app with `cargo +nightly run`
-Check the [examples](examples) directory for more.
+Check the [examples](/async-await) directory for more.
## License