summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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