summaryrefslogtreecommitdiffstats
path: root/tokio/README.md
diff options
context:
space:
mode:
authorLucio Franco <luciofranco14@gmail.com>2019-08-08 15:48:53 -0400
committerCarl Lerche <me@carllerche.com>2019-08-08 12:48:53 -0700
commit50e5d401df9931eafabee554bb1a370958fc57d2 (patch)
tree46ee622b3167f98f7cb0dc850e3f2de5e9f7ce87 /tokio/README.md
parent2e69f2a7fddfe3d9940ace8ed5610cca83b75369 (diff)
chore: prepare for v0.2.0-alpha.1 release (#1410)
Diffstat (limited to 'tokio/README.md')
-rw-r--r--tokio/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tokio/README.md b/tokio/README.md
index 4e0b8d75..8cf2cd94 100644
--- a/tokio/README.md
+++ b/tokio/README.md
@@ -28,7 +28,7 @@ the Rust programming language. It is:
[Website](https://tokio.rs) |
[Guides](https://tokio.rs/docs/) |
-[API Docs](https://docs.rs/tokio/0.1.22/tokio) |
+[API Docs](https://docs.rs/tokio/0.2.0-alpha.1/tokio) |
[Chat](https://gitter.im/tokio-rs/tokio)
## Overview
@@ -45,9 +45,9 @@ level, it provides a few major components:
These components provide the runtime components necessary for building
an asynchronous application.
-[net]: https://docs.rs/tokio/0.1.22/tokio/net/index.html
-[reactor]: https://docs.rs/tokio/0.1.22/tokio/reactor/index.html
-[scheduler]: https://docs.rs/tokio/0.1.22/tokio/runtime/index.html
+[net]: https://docs.rs/tokio/0.2.0-alpha.1/tokio/net/index.html
+[reactor]: https://docs.rs/tokio/0.2.0-alpha.1/tokio/reactor/index.html
+[scheduler]: https://docs.rs/tokio/0.2.0-alpha.1/tokio/runtime/index.html
## Example