Fix links in readme (#464)

This commit is contained in:
Frederik-Baetens 2021-11-04 19:57:05 +01:00 committed by GitHub
parent 0be0ea6763
commit 07641450c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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