Skip to content

Commit f7b21a3

Browse files
authored
Merge pull request #608 from dungph/master
fix link to `task/block_on` on README.md
2 parents bce8688 + f0bdcfe commit f7b21a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ More examples, including networking and file access, can be found in our
9494

9595
[`examples`]: https://github.com/async-rs/async-std/tree/master/examples
9696
[documentation]: https://docs.rs/async-std#examples
97-
[`task::block_on`]: task/fn.block_on.html
97+
[`task::block_on`]: https://docs.rs/async-std/*/async_std/task/fn.block_on.html
9898
[`"attributes"` feature]: https://docs.rs/async-std/#features
9999

100100
## Philosophy

0 commit comments

Comments
 (0)