From 52d9e95a387e8d52a75cba162197a8c14c1f477d Mon Sep 17 00:00:00 2001 From: Jake Ham Date: Thu, 27 Feb 2020 08:42:08 -0800 Subject: [PATCH] Fix documentation links in README (#422) Updated the README, fixing the links to documentation. This now links to each packages documentation on docs.rs. Not all packages have been released to crates.io, so their documentation pages are empty. --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5ea8b8f..1222240 100644 --- a/README.md +++ b/README.md @@ -75,29 +75,28 @@ for inclusion in Tower by you, shall be licensed as MIT, without any additional terms or conditions. [`tower`]: tower -[t-docs]: https://tower-rs.github.io/tower/doc/tower/index.html +[t-docs]: https://docs.rs/tower/ [`tower-service`]: tower-service [ts-docs]: https://docs.rs/tower-service/ [`tower-layer`]: tower-layer [tl-docs]: https://docs.rs/tower-layer/ [`tower-balance`]: tower-balance -[tb-docs]: https://tower-rs.github.io/tower/doc/tower_balance/index.html +[tb-docs]: https://docs.rs/tower-balance/ [`tower-buffer`]: tower-buffer -[tbuf-docs]: https://tower-rs.github.io/tower/doc/tower_buffer/index.html +[tbuf-docs]: https://docs.rs/tower-buffer/ [`tower-discover`]: tower-discover -[td-docs]: https://tower-rs.github.io/tower/doc/tower_discover/index.html +[td-docs]: https://docs.rs/tower-discover/ [`tower-filter`]: tower-filter -[tf-docs]: https://tower-rs.github.io/tower/doc/tower_filter/index.html +[tf-docs]: https://docs.rs/tower-filter/ [`tower-limit`]: tower-limit -[tlim-docs]: https://tower-rs.github.io/tower/doc/tower_limit/index.html +[tlim-docs]: https://docs.rs/tower-limit/ [`tower-reconnect`]: tower-reconnect -[tre-docs]: https://tower-rs.github.io/tower/doc/tower_reconnect/index.html +[tre-docs]: https://docs.rs/tower-reconnect/ [`tower-retry`]: tower-retry -[tretry-docs]: https://tower-rs.github.io/tower/doc/tower_retry/index.html +[tretry-docs]: https://docs.rs/tower-retry/ [`tower-timeout`]: tower-timeout +[tt-docs]: https://docs.rs/tower-timeout/ [`tower-test`]: tower-test -[ttst-docs]: https://tower-rs.github.io/tower/doc/tower_test/index.html -[`tower-rate-limit`]: tower-rate-limit -[tt-docs]: https://tower-rs.github.io/tower/doc/tower_timeout/index.html +[ttst-docs]: https://docs.rs/tower-test/ [`tower-util`]: tower-util -[tu-docs]: https://tower-rs.github.io/tower/doc/tower_util/index.html +[tu-docs]: https://docs.rs/tower-util/