From d224d6415e1966458d69e717d55a2b19bb6d1acf Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 15 Jul 2019 10:44:47 -0700 Subject: [PATCH] chore: indicate the master branch docs are old. (#1304) Fixes #1292 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af89a020e..b8bc704e4 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