From 874264a4ef35073d86cc49ca8c4b19855bf72e11 Mon Sep 17 00:00:00 2001 From: Wade Mealing Date: Wed, 12 Feb 2020 01:56:13 +1000 Subject: [PATCH] Correct link to the guide on tokio.rs (#2229) The current link to tokio.rs/docs 404's. This change redirects the "guides" link to the docs overview (which may be what was intended). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70c66e08f..d2444ceee 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ the Rust programming language. It is: [discord-url]: https://discord.gg/tokio [Website](https://tokio.rs) | -[Guides](https://tokio.rs/docs/) | +[Guides](https://tokio.rs/docs/overview/) | [API Docs](https://docs.rs/tokio/latest/tokio) | [Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) | [Chat](https://discord.gg/tokio)