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-11 02:19:32 +09:00 committed by Carl Lerche
parent 951f2fd910
commit 79d8820050

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