Skip to content

Commit b5d2b0d

Browse files
authored
doc: fix links to new website (tokio-rs#2674)
1 parent 0e090b7 commit b5d2b0d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the Rust programming language. It is:
2727
[discord-url]: https://discord.gg/tokio
2828

2929
[Website](https://tokio.rs) |
30-
[Guides](https://tokio.rs/docs/overview/) |
30+
[Guides](https://tokio.rs/tokio/tutorial) |
3131
[API Docs](https://docs.rs/tokio/latest/tokio) |
3232
[Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) |
3333
[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
103103
the [Tokio Discord server][chat]. We would be happy to try to answer your
104104
question. You can also ask your question on [the discussions page][discussions].
105105

106-
[Guides]: https://tokio.rs/docs/overview/
106+
[Guides]: https://tokio.rs/tokio/tutorial
107107
[API documentation]: https://docs.rs/tokio/latest/tokio
108108
[chat]: https://discord.gg/tokio
109109
[discussions]: https://github.com/tokio-rs/tokio/discussions

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ If you've got an example you'd like to see here, please feel free to open an
1919
issue. Otherwise if you've got an example you'd like to add, please feel free
2020
to make a PR!
2121

22-
[tokioweb]: https://tokio.rs/docs/overview/
22+
[tokioweb]: https://tokio.rs/tokio/tutorial
2323
[redis]: https://github.com/tokio-rs/mini-redis

tokio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the Rust programming language. It is:
2727
[discord-url]: https://discord.gg/tokio
2828

2929
[Website](https://tokio.rs) |
30-
[Guides](https://tokio.rs/docs/overview/) |
30+
[Guides](https://tokio.rs/tokio/tutorial) |
3131
[API Docs](https://docs.rs/tokio/latest/tokio) |
3232
[Roadmap](https://github.com/tokio-rs/tokio/blob/master/ROADMAP.md) |
3333
[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
103103
the [Tokio Discord server][chat]. We would be happy to try to answer your
104104
question. You can also ask your question on [the discussions page][discussions].
105105

106-
[Guides]: https://tokio.rs/docs/overview/
106+
[Guides]: https://tokio.rs/tokio/tutorial
107107
[API documentation]: https://docs.rs/tokio/latest/tokio
108108
[chat]: https://discord.gg/tokio
109109
[discussions]: https://github.com/tokio-rs/tokio/discussions

tokio/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//! [signal]: crate::signal
4646
//! [fs]: crate::fs
4747
//! [runtime]: crate::runtime
48-
//! [website]: https://tokio.rs/docs/overview/
48+
//! [website]: https://tokio.rs/tokio/tutorial
4949
//!
5050
//! # A Tour of Tokio
5151
//!

0 commit comments

Comments
 (0)