diff --git a/tokio-futures/README.md b/tokio-futures/README.md index cf5afdb3c..358ed866e 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