summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGurwinder Singh <vargwin@gmail.com>2019-07-09 20:51:29 +0530
committerLucio Franco <luciofranco14@gmail.com>2019-07-09 11:21:29 -0400
commit407d15cf933bf32998a1c5c1348c950e891fc1cf (patch)
tree8ef9c4cb2bf7db8d14966d653b01642d2c04b3a4 /README.md
parent80915906d8faa7a86e798d2d73509a0734987265 (diff)
chore: Add link to docs (#1276)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8dab1c3b..af89a020 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Tokio
- _NOTE_: Tokio's [`master`](https://github.com/tokio-rs/tokio) branch is currently in the process of moving to `std::future::Future`, for `v0.1.x` based tokio releases please check out the [`v0.1.x`](https://github.com/tokio-rs/tokio/tree/v0.1.x) branch.
+ _NOTE_: Tokio's [`master`](https://github.com/tokio-rs/tokio) branch is currently in the process of moving to [`std::future::Future`](https://doc.rust-lang.org/std/future/trait.Future.html), for `v0.1.x` based tokio releases please check out the [`v0.1.x`](https://github.com/tokio-rs/tokio/tree/v0.1.x) branch.
A runtime for writing reliable, asynchronous, and slim applications with
the Rust programming language. It is: