tower
tower copied to clipboard
chore: fix `Service` doc links in tower-layer
My bad. The [Service]: https://docs.rs/tower/trait.Service.html is a broken link. It should be https://docs.rs/tower/*/tower/trait.Service.html.
@Folyd do you wanna drive this home?
@Folyd do you wanna drive this home?
Hi @davidpdrsn. I mistakenly modified the link of [Service] in my previous PR(#578). This PR simply rectifies it.
However, the [Service]: tower_service::Service isn't working, so I change it to [Service]: https://docs.rs/tower/*/tower/trait.Service.html.