Skip to content

Commit f8f3a03

Browse files
authored
Update more hardcoded docs.rs URLs (#3125)
1 parent bb5cf4c commit f8f3a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

axum-extra/src/either.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
//! types, but if you need to preserve the exact type then `Either*` works as well.
8989
//!
9090
//! [`BytesRejection`]: axum::extract::rejection::BytesRejection
91-
//! [`IntoResponse::into_response`]: https://docs.rs/axum/0.5/axum/response/index.html#returning-different-response-types
91+
//! [`IntoResponse::into_response`]: https://docs.rs/axum/0.8/axum/response/index.html#returning-different-response-types
9292
9393
use std::task::{Context, Poll};
9494

axum-macros/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ pub fn derive_from_request_parts(item: TokenStream) -> TokenStream {
568568
///
569569
/// This macro has no effect when compiled with the release profile. (eg. `cargo build --release`)
570570
///
571-
/// [`axum`]: https://docs.rs/axum/0.7
571+
/// [`axum`]: https://docs.rs/axum/0.8
572572
/// [`Handler`]: https://docs.rs/axum/0.8/axum/handler/trait.Handler.html
573573
/// [`axum::extract::State`]: https://docs.rs/axum/0.8/axum/extract/struct.State.html
574574
/// [`debug_handler`]: macro@debug_handler

0 commit comments

Comments
 (0)