summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-07-15 10:44:47 -0700
committerGitHub <noreply@github.com>2019-07-15 10:44:47 -0700
commitd224d6415e1966458d69e717d55a2b19bb6d1acf (patch)
tree950bba99664f5bf562c7edff9ffbfd3b4eb77964 /README.md
parent83273b8b50fd4e7a68c83f9086e2f1bd513174d7 (diff)
chore: indicate the master branch docs are old. (#1304)
Fixes #1292
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index af89a020..b8bc704e 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,9 @@ the Rust programming language. It is:
[API Docs](https://docs.rs/tokio/0.1.22/tokio) |
[Chat](https://gitter.im/tokio-rs/tokio)
-The API docs for the master branch are published [here][master-dox].
-
-[master-dox]: https://tokio-rs.github.io/tokio/doc/tokio/
+The API docs for the master branch are currently out of date as master is
+undergoing significant churn as it is updated to use `std::future`. The docs
+will be udpated once the branch stabilizes.
## Overview