diff --git a/axum/src/docs/routing/route.md b/axum/src/docs/routing/route.md index 9a076b62..e0a753a0 100644 --- a/axum/src/docs/routing/route.md +++ b/axum/src/docs/routing/route.md @@ -164,7 +164,7 @@ Routing to arbitrary services in this way has complications for backpressure ([`Service::poll_ready`]). See the [Routing to services and backpressure] module for more details. -[Routing to services and backpressure]: ../index.html#routing-to-services-and-backpressure +[Routing to services and backpressure]: middleware/index.html#routing-to-servicesmiddleware-and-backpressure # Panics