doc: fix links to new website (#2674)

This commit is contained in:
Alice Ryhl 2020-07-23 05:35:02 +02:00 committed by GitHub
parent 0e090b7ae2
commit b5d2b0d05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ the Rust programming language. It is:
[discord-url]: https://discord.gg/tokio [discord-url]: https://discord.gg/tokio
[Website](https://tokio.rs) | [Website](https://tokio.rs) |
[Guides](https://tokio.rs/docs/overview/) | [Guides](https://tokio.rs/tokio/tutorial) |
[API Docs](https://docs.rs/tokio/latest/tokio) | [API Docs](https://docs.rs/tokio/latest/tokio) |
[Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) | [Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) |
[Chat](https://discord.gg/tokio) [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 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]. 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 [API documentation]: https://docs.rs/tokio/latest/tokio
[chat]: https://discord.gg/tokio [chat]: https://discord.gg/tokio
[discussions]: https://github.com/tokio-rs/tokio/discussions [discussions]: https://github.com/tokio-rs/tokio/discussions

View File

@ -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 issue. Otherwise if you've got an example you'd like to add, please feel free
to make a PR! to make a PR!
[tokioweb]: https://tokio.rs/docs/overview/ [tokioweb]: https://tokio.rs/tokio/tutorial
[redis]: https://github.com/tokio-rs/mini-redis [redis]: https://github.com/tokio-rs/mini-redis

View File

@ -27,7 +27,7 @@ the Rust programming language. It is:
[discord-url]: https://discord.gg/tokio [discord-url]: https://discord.gg/tokio
[Website](https://tokio.rs) | [Website](https://tokio.rs) |
[Guides](https://tokio.rs/docs/overview/) | [Guides](https://tokio.rs/tokio/tutorial) |
[API Docs](https://docs.rs/tokio/latest/tokio) | [API Docs](https://docs.rs/tokio/latest/tokio) |
[Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) | [Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) |
[Chat](https://discord.gg/tokio) [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 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]. 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 [API documentation]: https://docs.rs/tokio/latest/tokio
[chat]: https://discord.gg/tokio [chat]: https://discord.gg/tokio
[discussions]: https://github.com/tokio-rs/tokio/discussions [discussions]: https://github.com/tokio-rs/tokio/discussions

View File

@ -45,7 +45,7 @@
//! [signal]: crate::signal //! [signal]: crate::signal
//! [fs]: crate::fs //! [fs]: crate::fs
//! [runtime]: crate::runtime //! [runtime]: crate::runtime
//! [website]: https://tokio.rs/docs/overview/ //! [website]: https://tokio.rs/tokio/tutorial
//! //!
//! # A Tour of Tokio //! # A Tour of Tokio
//! //!