From f0bdcfec25a546c4ae60f89d9d92d49bf80a2cfe Mon Sep 17 00:00:00 2001 From: Dung Pham Date: Fri, 6 Dec 2019 13:06:44 +0700 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34ebe6d..769b429 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ More examples, including networking and file access, can be found in our [`examples`]: https://github.com/async-rs/async-std/tree/master/examples [documentation]: https://docs.rs/async-std#examples -[`task::block_on`]: task/fn.block_on.html +[`task::block_on`]: https://docs.rs/async-std/*/async_std/task/fn.block_on.html [`"attributes"` feature]: https://docs.rs/async-std/#features ## Philosophy