mirror of
https://github.com/openharmony/third_party_rust_tower.git
synced 2026-07-19 15:24:18 -04:00
Update link to Service trait docs in tower-service README (#146)
* Update link to Service trait docs in tower-service README * Update link to Service trait docs to latest published version
This commit is contained in:
committed by
Sean McArthur
parent
328b6b0031
commit
df0c4f8fe6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user