From f1d0b421cd1bbb8ed15b76f3fcebe9078735c6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9F=90=E6=9F=90?= Date: Thu, 15 Jan 2015 19:29:46 +0800 Subject: [PATCH] fixed broken url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9714a..6a0ae5d 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ * [NoSQL数据库笔谈](http://www.yankay.com/wp-content/NoSql_Database_Note.html) ([PDF](http://yankaycom-wordpress.stor.sinaapp.com/uploads/2012/12/NoSQL%E6%95%B0%E6%8D%AE%E5%BA%93%E7%AC%94%E8%B0%88v2.pdf)) * [Redis 设计与实现](http://redisbook.com/) -* [Redis 命令参考](http://www.redisdoc.com/en/latest/) +* [Redis 命令参考](http://www.redisdoc.com/) * [带有详细注释的 Redis 3.0 代码](https://github.com/huangz1990/redis-3.0-annotated) * [带有详细注释的 Redis 2.6 代码](https://github.com/huangz1990/annotated_redis_source) * [The Little MongoDB Book](https://github.com/justinyhuang/the-little-mongodb-book-cn/blob/master/mongodb.md)