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:
Patrick 2021-12-31 13:32:55 -08:00 committed by GitHub
parent 8411b78736
commit e0082a3f87
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]: /#routing-to-services-and-backpressure
[Routing to services and backpressure]: ../index.html#routing-to-services-and-backpressure
# Panics