From 3c2a4a28134515ac842a81ee14bfb49609b39d3c Mon Sep 17 00:00:00 2001 From: Michael-J-Ward Date: Tue, 5 Jan 2021 12:40:42 -0600 Subject: [PATCH] fixes routeguide tutorial URL to async book (#490) --- examples/routeguide-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/routeguide-tutorial.md b/examples/routeguide-tutorial.md index 8964709..75ae18b 100644 --- a/examples/routeguide-tutorial.md +++ b/examples/routeguide-tutorial.md @@ -315,7 +315,7 @@ uses [async-trait] internally. You can learn more about `async fn` in traits in [cargo book]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts [async-trait]: https://github.com/dtolnay/async-trait -[async book]: https://rust-lang.github.io/async-book/07_workarounds/06_async_in_traits.html +[async book]: https://rust-lang.github.io/async-book/07_workarounds/05_async_in_traits.html ### Server state Our service needs access to an immutable list of features. When the server starts, we are going to