From 79d88200500f6e6c9970e1ad26469276c1a2f71f Mon Sep 17 00:00:00 2001 From: Jeehoon Kang Date: Sat, 11 May 2019 02:19:32 +0900 Subject: [PATCH] Fix link in tokio-futures/README.md (#1085) `tokio-futures/README.md`'s link to the examples was wrong. --- tokio-futures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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