mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-29 07:48:39 +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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue