From 720b2ba0c45b2e9aef9dc0419d4a9e4e476e8f67 Mon Sep 17 00:00:00 2001 From: Eray Karatay <70590982+programatik29@users.noreply.github.com> Date: Mon, 31 Jan 2022 19:09:55 +0300 Subject: [PATCH] fix crates.io links (#735) --- axum/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/axum/README.md b/axum/README.md index c82024d4..cb3a3b6f 100644 --- a/axum/README.md +++ b/axum/README.md @@ -152,9 +152,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]: /CONTRIBUTING.md +[contributing]: https://github.com/tokio-rs/axum/blob/main/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]: /ECOSYSTEM.md -[license]: /axum/LICENSE +[ecosystem]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md +[license]: https://github.com/tokio-rs/axum/blob/main/axum/LICENSE