From 07641450c5dabda7e257561607f2784b2316ea6b Mon Sep 17 00:00:00 2001 From: Frederik-Baetens Date: Thu, 4 Nov 2021 19:57:05 +0100 Subject: [PATCH] Fix links in readme (#464) --- axum/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/axum/README.md b/axum/README.md index defd00eb..252d99f7 100644 --- a/axum/README.md +++ b/axum/README.md @@ -125,7 +125,7 @@ channel][chat] or open an [issue] with your question. ## Community projects -See [here](ecosystem) for a list of community maintained crates and projects +See [here][ecosystem] for a list of community maintained crates and projects built with axum. ## Contributing @@ -136,7 +136,7 @@ you! We have a [contributing guide][contributing] to help you get involved in th ## License -This project is licensed under the [MIT license](license). +This project is licensed under the [MIT license][license]. ### Contribution @@ -151,9 +151,9 @@ additional terms or conditions. [`hyper`]: https://crates.io/crates/hyper [`tower-http`]: https://crates.io/crates/tower-http [`tonic`]: https://crates.io/crates/tonic -[contributing]: https://github.com/tokio-rs/axum/blob/main/CONTRIBUTING.md +[contributing]: /CONTRIBUTING.md [chat]: https://discord.gg/tokio [issue]: https://github.com/tokio-rs/axum/issues/new [`tower::Service`]: https://docs.rs/tower/latest/tower/trait.Service.html -[ecosystem]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md -[license]: https://github.com/tokio-rs/axum/blob/main/LICENSE +[ecosystem]: /ECOSYSTEM.md +[license]: /axum/LICENSE