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