mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 08:56:15 +01:00
Fix the link to "Routing to services and backpressure" (#680)
In `Router::route`, the link to the "Routing to services and backpressure" section on the crate documentation page directed to <https://docs.rs/#routing-to-services-and-backpressure>. This change makes it direct to the main crate documentation page.
This commit is contained in:
parent
8411b78736
commit
e0082a3f87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
([`Service::poll_ready`]). See the [Routing to services and backpressure] module
|
||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
[Routing to services and backpressure]: /#routing-to-services-and-backpressure
|
[Routing to services and backpressure]: ../index.html#routing-to-services-and-backpressure
|
||||||
|
|
||||||
# Panics
|
# Panics
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue