From ddbd81ea6c66514fe1f857af890276fcac7921ce Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sun, 3 Sep 2017 10:31:40 +0300 Subject: [PATCH] readme: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32877e6..0a2a671 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Supports: - [Ring](https://godoc.org/github.com/go-redis/redis#NewRing). - [Instrumentation](https://godoc.org/github.com/go-redis/redis#ex-package--Instrumentation). - [Cache friendly](https://github.com/go-redis/cache). -- [Rate limiting](https://github.com/go-redis/rate). +- [Rate limiting](https://github.com/go-redis/redis_rate). - [Distributed Locks](https://github.com/bsm/redis-lock). API docs: https://godoc.org/github.com/go-redis/redis.