From fb8156f17cc1d6a67e8d908a90db7c3946eb76b8 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Thu, 11 Nov 2021 17:53:07 +0100 Subject: [PATCH] axum-debug readme fixes (#499) * Fix build status badge in axum-debug * fix links * fix one more link --- axum-debug/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/axum-debug/README.md b/axum-debug/README.md index 756b5862..79686442 100644 --- a/axum-debug/README.md +++ b/axum-debug/README.md @@ -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