From b5d2b0d05b3fde22fbcbe19bfeca44ee1b846d87 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 23 Jul 2020 05:35:02 +0200 Subject: [PATCH] doc: fix links to new website (#2674) --- README.md | 4 ++-- examples/README.md | 2 +- tokio/README.md | 4 ++-- tokio/src/lib.rs | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 31b2ae12a6c..0aa495e7832 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/overview/) | +[Guides](https://tokio.rs/tokio/tutorial) | [API Docs](https://docs.rs/tokio/latest/tokio) | [Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) | [Chat](https://discord.gg/tokio) @@ -103,7 +103,7 @@ First, see if the answer to your question can be found in the [Guides] or the the [Tokio Discord server][chat]. We would be happy to try to answer your question. You can also ask your question on [the discussions page][discussions]. -[Guides]: https://tokio.rs/docs/overview/ +[Guides]: https://tokio.rs/tokio/tutorial [API documentation]: https://docs.rs/tokio/latest/tokio [chat]: https://discord.gg/tokio [discussions]: https://github.com/tokio-rs/tokio/discussions diff --git a/examples/README.md b/examples/README.md index 15b06c092b5..caab606bbd0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -19,5 +19,5 @@ If you've got an example you'd like to see here, please feel free to open an issue. Otherwise if you've got an example you'd like to add, please feel free to make a PR! -[tokioweb]: https://tokio.rs/docs/overview/ +[tokioweb]: https://tokio.rs/tokio/tutorial [redis]: https://github.com/tokio-rs/mini-redis diff --git a/tokio/README.md b/tokio/README.md index 31b2ae12a6c..0aa495e7832 100644 --- a/tokio/README.md +++ b/tokio/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/overview/) | +[Guides](https://tokio.rs/tokio/tutorial) | [API Docs](https://docs.rs/tokio/latest/tokio) | [Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) | [Chat](https://discord.gg/tokio) @@ -103,7 +103,7 @@ First, see if the answer to your question can be found in the [Guides] or the the [Tokio Discord server][chat]. We would be happy to try to answer your question. You can also ask your question on [the discussions page][discussions]. -[Guides]: https://tokio.rs/docs/overview/ +[Guides]: https://tokio.rs/tokio/tutorial [API documentation]: https://docs.rs/tokio/latest/tokio [chat]: https://discord.gg/tokio [discussions]: https://github.com/tokio-rs/tokio/discussions diff --git a/tokio/src/lib.rs b/tokio/src/lib.rs index 5775be30ae0..88707c4d1c6 100644 --- a/tokio/src/lib.rs +++ b/tokio/src/lib.rs @@ -45,7 +45,7 @@ //! [signal]: crate::signal //! [fs]: crate::fs //! [runtime]: crate::runtime -//! [website]: https://tokio.rs/docs/overview/ +//! [website]: https://tokio.rs/tokio/tutorial //! //! # A Tour of Tokio //!