Fix doc links for unpublished crates (#206)

This commit is contained in:
Lucio Franco 2019-03-26 10:16:03 -04:00 committed by GitHub
parent 476f085c89
commit 8f3a5ea6fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -81,24 +81,24 @@ terms or conditions.
[`tower-layer`]: tower-layer
[tl-docs]: https://docs.rs/tower-layer/
[`tower-balance`]: tower-balance
[tb-docs]: https://tower-rs.github.io/tower/tower_balance/index.html
[tb-docs]: https://tower-rs.github.io/tower/doc/tower_balance/index.html
[`tower-buffer`]: tower-buffer
[tbuf-docs]: https://tower-rs.github.io/tower/tower_buffer/index.html
[tbuf-docs]: https://tower-rs.github.io/tower/doc/tower_buffer/index.html
[`tower-discover`]: tower-discover
[td-docs]: https://tower-rs.github.io/tower/tower_discover/index.html
[td-docs]: https://tower-rs.github.io/tower/doc/tower_discover/index.html
[`tower-filter`]: tower-filter
[tf-docs]: https://tower-rs.github.io/tower/tower_filter/index.html
[tf-docs]: https://tower-rs.github.io/tower/doc/tower_filter/index.html
[`tower-in-flight-limit`]: tower-in-flight-limit
[tifl-docs]: https://tower-rs.github.io/tower/tower_in_flight_limit/index.html
[tifl-docs]: https://tower-rs.github.io/tower/doc/tower_in_flight_limit/index.html
[`tower-mock`]: tower-mock
[tm-docs]: https://tower-rs.github.io/tower/tower_mock/index.html
[tm-docs]: https://tower-rs.github.io/tower/doc/tower_mock/index.html
[`tower-rate-limit`]: tower-rate-limit
[trl-docs]: https://tower-rs.github.io/tower/tower_rate_limit/index.html
[trl-docs]: https://tower-rs.github.io/tower/doc/tower_rate_limit/index.html
[`tower-reconnect`]: tower-reconnect
[tre-docs]: https://tower-rs.github.io/tower/tower_reconnect/index.html
[tre-docs]: https://tower-rs.github.io/tower/doc/tower_reconnect/index.html
[`tower-retry`]: tower-retry
[tretry-docs]: https://tower-rs.github.io/tower/tower_retry/index.html
[tretry-docs]: https://tower-rs.github.io/tower/doc/tower_retry/index.html
[`tower-timeout`]: tower-timeout
[tt-docs]: https://tower-rs.github.io/tower/tower_timeout/index.html
[tt-docs]: https://tower-rs.github.io/tower/doc/tower_timeout/index.html
[`tower-service-util`]: tower-service-util
[tu-docs]: https://tower-rs.github.io/tower/tower_util/index.html
[tu-docs]: https://tower-rs.github.io/tower/doc/tower_util/index.html