1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-03-25 00:07:29 +01:00

fix link about backpressure from routing section ()

This commit is contained in:
Conrad 2022-05-04 02:07:24 -04:00 committed by GitHub
parent 8cc052f38b
commit 002cff5c79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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