Skip to content

Commit

Permalink
fixes routeguide tutorial URL to async book (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward authored Jan 5, 2021
1 parent e7be352 commit 3c2a4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/routeguide-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c2a4a2

Please sign in to comment.