forked from mirror/async-std
Merge pull request #608 from dungph/master
fix link to `task/block_on` on README.md
This commit is contained in:
commit
f7b21a3e8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue