mirror of https://github.com/tokio-rs/axum
axum-debug readme fixes (#499)
* Fix build status badge in axum-debug * fix links * fix one more link
This commit is contained in:
parent
5da3f34b3e
commit
fb8156f17c
|
@ -1,6 +1,6 @@
|
|||
# axum-debug
|
||||
|
||||
[![Build status](https://github.com/tokio-rs/axum-debug/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tokio-rs/axum-debug/actions/workflows/CI.yml)
|
||||
[![Build status](https://github.com/tokio-rs/axum/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tokio-rs/axum-debug/actions/workflows/CI.yml)
|
||||
[![Crates.io](https://img.shields.io/crates/v/axum-debug)](https://crates.io/crates/axum-debug)
|
||||
[![Documentation](https://docs.rs/axum-debug/badge.svg)](https://docs.rs/axum-debug)
|
||||
|
||||
|
@ -15,7 +15,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
|
|||
|
||||
## Minimum supported Rust version
|
||||
|
||||
axum-handle-error-extract's MSRV is 1.54.
|
||||
axum-debug's MSRV is 1.54.
|
||||
|
||||
## Getting Help
|
||||
|
||||
|
@ -39,4 +39,8 @@ for inclusion in `axum` by you, shall be licensed as MIT, without any
|
|||
additional terms or conditions.
|
||||
|
||||
[`axum`]: https://crates.io/crates/axum
|
||||
[chat]: https://discord.gg/tokio
|
||||
[contributing]: /CONTRIBUTING.md
|
||||
[docs]: https://docs.rs/axum-debug
|
||||
[license]: /axum-debug/LICENSE
|
||||
[issue]: https://github.com/tokio-rs/axum/issues/new
|
||||
|
|
Loading…
Reference in New Issue