tower icon indicating copy to clipboard operation
tower copied to clipboard

chore: fix `Service` doc links in tower-layer

Open Folyd opened this issue 4 years ago • 2 comments

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 avatar Apr 21 '21 11:04 Folyd

@Folyd do you wanna drive this home?

davidpdrsn avatar May 06 '21 07:05 davidpdrsn

@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.

Folyd avatar May 08 '21 14:05 Folyd