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 22:32:55 +01:00
committed by GitHub
parent 8411b78736
commit e0082a3f87
+1 -1
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