diff --git a/tower-service/README.md b/tower-service/README.md index 7cb0cd4..c69ea3e 100644 --- a/tower-service/README.md +++ b/tower-service/README.md @@ -23,7 +23,7 @@ By using standardizing the interface, middleware can be created. Middleware *implement* `Service` by passing the request to another `Service`. The middleware may take actions such as modify the request. -[`Service`]: https://docs.rs/tower-service/0.1/tower_service/trait.Service.html +[`Service`]: https://docs.rs/tower-service/latest/tower_service/trait.Service.html ## License