summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2015-02-13 15:37:19 +0100
committerSalvatore Sanfilippo <antirez@gmail.com>2015-02-13 15:37:19 +0100
commit78c44ca6464de71e31021b6dc8355429cd703718 (patch)
treec3e638dd584543f1ae5ed227acc4d0e0c6dbfebd
parentf916a589b5e423a63269a3237da5cc10040ce298 (diff)
downloadredis-78c44ca6464de71e31021b6dc8355429cd703718.tar.gz
Fix links into README.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 55c4b35e7..34a41d103 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,10 @@ Another good example is to think at Redis as a more complex version of memcached
If you want to know more, this is a list of selected starting points:
-* [Introduction to Redis data types][1]
-* [Try Redis directly inside your browser][2]
-* [The full list of Redis commands][3]
-* [There is much more inside the Redis official documentation][4]
+* [Introduction to Redis data types](1)
+* [Try Redis directly inside your browser](2)
+* [The full list of Redis commands](3)
+* [There is much more inside the Redis official documentation](4)
[1] http://redis.io/topics/data-types-intro
[2] http://try.redis.io