Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 03fe8ca

Browse files
committed
fix docs links
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 5a6c8d0 commit 03fe8ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
alt="Download" />
2525
</a>
2626
<!-- docs.rs docs -->
27-
<a href="https://docs.rs/runtime">
27+
<a href="https://rustasync.github.io/runtime/runtime/index.html">
2828
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
2929
alt="docs.rs docs" />
3030
</a>
3131
</div>
3232

3333
<div align="center">
3434
<h3>
35-
<a href="https://docs.rs/runtime">
35+
<a href="https://rustasync.github.io/runtime/runtime/index.html">
3636
API Docs
3737
</a>
3838
<span> | </span>
@@ -133,9 +133,9 @@ async fn main() {}
133133

134134
The following backing runtimes are available:
135135

136-
- [Runtime Native (default)](https://docs.rs/runtime-native) provides
136+
- [Runtime Native (default)](https://crates.io/crates/runtime-native) provides
137137
a thread pool, bindings to the OS, and a concurrent scheduler.
138-
- [Runtime Tokio](https://docs.rs/runtime-tokio) provides a thread pool, bindings to the OS, and
138+
- [Runtime Tokio](https://crates.io/crates/runtime-tokio) provides a thread pool, bindings to the OS, and
139139
a work-stealing scheduler.
140140

141141
## Performance

0 commit comments

Comments
 (0)