summaryrefslogtreecommitdiffstats
path: root/tokio/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-11-26 21:46:02 -0800
committerGitHub <noreply@github.com>2019-11-26 21:46:02 -0800
commit632ee507ba08b4e50dd080609ffd5d0fb7db1163 (patch)
treec458ddd8d3eb27c137946820ff460fb4318f2b69 /tokio/README.md
parent7f605ee27fbe8e7976b0e450620d6f8af30e0628 (diff)
prepare v0.2.1 release (#1832)
This includes `task::LocalSet` as well as some misc small fixes.
Diffstat (limited to 'tokio/README.md')
-rw-r--r--tokio/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tokio/README.md b/tokio/README.md
index abd4bde1..73597acc 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.2.0/tokio) |
+[API Docs](https://docs.rs/tokio/0.2/tokio) |
[Chat](https://discord.gg/6yGkFeN)
## Overview
@@ -45,8 +45,8 @@ 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.2.0/tokio/net/index.html
-[scheduler]: https://docs.rs/tokio/0.2.0/tokio/runtime/index.html
+[net]: https://docs.rs/tokio/0.2/tokio/net/index.html
+[scheduler]: https://docs.rs/tokio/0.2/tokio/runtime/index.html
## Example