summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-13 15:39:44 +0100
committerantirez <antirez@gmail.com>2015-02-13 15:39:44 +0100
commit9795ad1bc25d30fc12f7c90824937a13eb9dcf5f (patch)
tree861da28e7a3a343869e9bfc35728b812a154bf0d
parent78c44ca6464de71e31021b6dc8355429cd703718 (diff)
downloadredis-9795ad1bc25d30fc12f7c90824937a13eb9dcf5f.tar.gz
Fix README links again.
Apparently no refernece-style links supported in Github markdown.
-rw-r--r--README.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/README.md b/README.md
index 34a41d103..d40253322 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +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)
-
-[1] http://redis.io/topics/data-types-intro
-[2] http://try.redis.io
-[3] http://redis.io/commands
-[4] http://redis.io/documentation
+* Introduction to Redis data types. http://redis.io/topics/data-types-intro
+* Try Redis directly inside your browser. http://try.redis.io
+* The full list of Redis commands. http://redis.io/commands
+* There is much more inside the Redis official documentation. http://redis.io/documentation
Building Redis
--------------