Commit 78c44ca6 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo
Browse files

Fix links into README.

parent f916a589
...@@ -15,10 +15,10 @@ Another good example is to think at Redis as a more complex version of memcached ...@@ -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: If you want to know more, this is a list of selected starting points:
* [Introduction to Redis data types][1] * [Introduction to Redis data types](1)
* [Try Redis directly inside your browser][2] * [Try Redis directly inside your browser](2)
* [The full list of Redis commands][3] * [The full list of Redis commands](3)
* [There is much more inside the Redis official documentation][4] * [There is much more inside the Redis official documentation](4)
[1] http://redis.io/topics/data-types-intro [1] http://redis.io/topics/data-types-intro
[2] http://try.redis.io [2] http://try.redis.io
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment