From 93d7c7590c1656db5e667a13e31fffec7efbff21 Mon Sep 17 00:00:00 2001 From: Smit Date: Mon, 31 Aug 2020 19:39:40 +0530 Subject: [PATCH] Fix the broken Guides link (#22) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70cbed2..e4dff21 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ This crate contains a collection of Tokio based TLS libraries. ## Getting Help -First, see if the answer to your question can be found in the [Guides] or the +First, see if the answer to your question can be found in the [Tutorials] or the [API documentation]. If the answer is not there, there is an active community in 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/ +[Tutorials]: https://tokio.rs/tokio/tutorial [API documentation]: https://docs.rs/tokio/latest/tokio [chat]: https://discord.gg/tokio [issue]: https://github.com/tokio-rs/tls/issues/new