From 002cff5c79d7b193f2a59539d63a794ac2ea7204 Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 4 May 2022 02:07:24 -0400 Subject: [PATCH] fix link about backpressure from routing section (#993) --- axum/src/docs/routing/route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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