Fix link in tokio-futures/README.md (#1085)

`tokio-futures/README.md`'s link to the examples was wrong.
This commit is contained in:
Jeehoon Kang
2019-05-10 10:19:32 -07:00
committed by Carl Lerche
parent 951f2fd910
commit 79d8820050
+1 -1
View File
@@ -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