From 21112e064033c50f4bc51a9662afed238ce9c6af Mon Sep 17 00:00:00 2001 From: Belousov Maksim Date: Sat, 29 May 2021 23:40:03 +0300 Subject: [PATCH] Update link in README --- README.md | 2 +- hitbox/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58c83c4..03bd694 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,6 @@ impl Cacheable for Ping { [Cacheable]: https://docs.rs/hitbox/latest/hitbox/cache/trait.Cacheable.html [CacheableResponse]: https://docs.rs/hitbox/latest/hitbox/response/trait.CacheableResponse.html [Backend]: https://docs.rs/hitbox/latest/hitbox/dev/trait.Backend.html -[RedisBackend]: https://docs.rs/hitbox-redis/latest/hitbox_redis/ +[RedisBackend]: https://docs.rs/hitbox-redis/latest/hitbox_redis/struct.RedisBackend.html [hitbox-actix]: https://docs.rs/hitbox-actix/latest/hitbox_actix/ [dogpile effect]: https://www.sobstel.org/blog/preventing-dogpile-effect/ diff --git a/hitbox/README.md b/hitbox/README.md index 16f533d..a41ef38 100644 --- a/hitbox/README.md +++ b/hitbox/README.md @@ -76,6 +76,6 @@ impl Cacheable for Ping { [Cacheable]: https://docs.rs/hitbox/latest/hitbox/cache/trait.Cacheable.html [CacheableResponse]: https://docs.rs/hitbox/latest/hitbox/response/trait.CacheableResponse.html [Backend]: https://docs.rs/hitbox/latest/hitbox/dev/trait.Backend.html -[RedisBackend]: https://docs.rs/hitbox-redis/latest/hitbox_redis/ +[RedisBackend]: https://docs.rs/hitbox-redis/latest/hitbox_redis/struct.RedisBackend.html [hitbox-actix]: https://docs.rs/hitbox-actix/latest/hitbox_actix/ -[dogpile effect]: https://www.sobstel.org/blog/preventing-dogpile-effect/ \ No newline at end of file +[dogpile effect]: https://www.sobstel.org/blog/preventing-dogpile-effect/