From 942feab040e28d1e1547012a0fb81212299e6596 Mon Sep 17 00:00:00 2001 From: Oleg Nosov Date: Wed, 27 Nov 2019 23:05:42 +0300 Subject: doc: misc API documentation fixes (#1834) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 45cdcaf5..34c63ccb 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ async fn main() -> Result<(), Box> { ``` More examples can be found [here](examples). Note that the `master` branch -is currently being updated to use `async` / `await`. The examples are +is currently being updated to use `async` / `await`. The examples are not fully ported. Examples for stable Tokio can be found [here](https://github.com/tokio-rs/tokio/tree/v0.1.x/tokio/examples). @@ -101,7 +101,7 @@ not fully ported. Examples for stable Tokio can be found First, see if the answer to your question can be found in the [Guides] 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. +question. Last, if that doesn't work, try opening an [issue] with the question. [Guides]: https://tokio.rs/docs/ [API documentation]: https://docs.rs/tokio/latest/tokio -- cgit v1.2.3