From 4c5ba67497eadc189445f308b4f52b8a120f3c85 Mon Sep 17 00:00:00 2001 From: Ty Coghlan Date: Wed, 6 Feb 2019 15:01:33 -0500 Subject: [PATCH] Update links in the README (#155) Added tower-retry, removed tower-router. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13f3171..18392ef 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ crates. * [`tower-reconnect`]: Middleware that automatically reconnects the inner service when it becomes degraded ([docs][tre-docs]). -* [`tower-router`]: Routes requests to one of many inner services based on - the request ([docs][tro-docs]). +* [`tower-retry`]: Middleware that retries requests based on a given `Policy` + ([docs][tretry-docs]). * [`tower-timeout`]: Middleware that applies a timeout to requests ([docs][tt-docs]). @@ -89,8 +89,8 @@ terms or conditions. [trl-docs]: https://tower-rs.github.io/tower/tower_rate_limit/index.html [`tower-reconnect`]: tower-reconnect [tre-docs]: https://tower-rs.github.io/tower/tower_reconnect/index.html -[`tower-router`]: tower-router -[tro-docs]: https://tower-rs.github.io/tower/tower_router/index.html +[`tower-retry`]: tower-retry +[tretry-docs]: https://tower-rs.github.io/tower/tower_retry/index.html [`tower-timeout`]: tower-timeout [tt-docs]: https://tower-rs.github.io/tower/tower_timeout/index.html [`tower-util`]: tower-util