summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlice Ryhl <alice@ryhl.io>2020-07-23 05:35:02 +0200
committerGitHub <noreply@github.com>2020-07-22 20:35:02 -0700
commitb5d2b0d05b3fde22fbcbe19bfeca44ee1b846d87 (patch)
treed61c5055cc86908ae49de429c48454f27f3e1c29
parent0e090b7ae2c79c35389adab5effaedf825590d87 (diff)
doc: fix links to new website (#2674)
-rw-r--r--README.md4
-rw-r--r--examples/README.md2
-rw-r--r--tokio/README.md4
-rw-r--r--tokio/src/lib.rs2
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 31b2ae12..0aa495e7 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 15b06c09..caab606b 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 31b2ae12..0aa495e7 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 5775be30..88707c4d 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
//!