summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoryjh <yjh465402634@gmail.com>2019-09-17 22:54:22 +0800
committerLucio Franco <luciofranco14@gmail.com>2019-09-17 10:54:22 -0400
commitab785bfba774001ce3ba36cc06e88583634eee84 (patch)
treed68e33b73b3f988b0f3a49b1edb7abaa5099d8df /README.md
parent5f2f3f076d7c68c6cd31ff388ca14f3e7b463ab7 (diff)
Update README.md (#1545)
change url's `version` to `latest`.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6c2a1a8e..fccfede4 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,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-alpha.2/tokio) |
+[API Docs](https://docs.rs/tokio/latest/tokio) |
[Chat](https://gitter.im/tokio-rs/tokio)
## Overview
@@ -47,8 +47,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-alpha.2/tokio/net/index.html
-[scheduler]: https://docs.rs/tokio/0.2.0-alpha.2/tokio/runtime/index.html
+[net]: https://docs.rs/tokio/latest/tokio/net/index.html
+[scheduler]: https://docs.rs/tokio/latest/tokio/runtime/index.html
## Example
@@ -108,7 +108,7 @@ the [Tokio Gitter channel][chat]. We would be happy to try to answer your
question. Last, if that doesn't work, try opening an [issue] with the question.
[Guides]: https://tokio.rs/docs/
-[API documentation]: https://docs.rs/tokio/0.2.0-alpha.2/tokio
+[API documentation]: https://docs.rs/tokio/latest/tokio
[chat]: https://gitter.im/tokio-rs/tokio
[issue]: https://github.com/tokio-rs/tokio/issues/new