summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authornasa <htilcs1115@gmail.com>2020-04-03 22:00:18 +0900
committerGitHub <noreply@github.com>2020-04-03 09:00:18 -0400
commit6fa40b6e2060b253dd32df326440fa6196763412 (patch)
tree1d9dab1089e90eb1a1784c1f67b5859093d52fa5 /README.md
parente10471dc3af90f3467a3eb6f970e1a322c247d08 (diff)
doc: Fix readme link (#2370)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 400f0074..5a661998 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,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. Last, if that doesn't work, try opening an [issue] with the question.
-[Guides]: https://tokio.rs/docs/
+[Guides]: https://tokio.rs/docs/overview/
[API documentation]: https://docs.rs/tokio/latest/tokio
[chat]: https://discord.gg/tokio
[issue]: https://github.com/tokio-rs/tokio/issues/new
@@ -127,7 +127,7 @@ several other libraries, including:
* [`tracing`] (formerly `tokio-trace`): A framework for application-level
tracing and async-aware diagnostics.
-
+
* [`rdbc`]: A Rust database connectivity library for MySQL, Postgres and SQLite.
* [`mio`]: A low-level, cross-platform abstraction over OS I/O APIs that powers