summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2015-02-13 15:10:46 +0100
committerJan-Erik Rediger <janerik@fnordig.de>2015-02-13 15:51:38 +0100
commit07a89654dae420fc060743c101837e8383c69537 (patch)
tree749bb3a130a65785c85702862174192f0b6567b0 /README.md
parent2576864ba7d26ee5ce2de883b06a41131c4babd9 (diff)
downloadredis-07a89654dae420fc060743c101837e8383c69537.tar.gz
Link files in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index e5ffe75ae..a0c242349 100644
--- a/README.md
+++ b/README.md
@@ -159,10 +159,13 @@ Code contributions
Note: by contributing code to the Redis project in any form, including sending
a pull request via Github, a code fragment or patch via private email or
public discussion groups, you agree to release your code under the terms
-of the BSD license that you can find in the COPYING file included in the Redis
+of the BSD license that you can find in the [COPYING][1] file included in the Redis
source distribution.
-Please see the CONTRIBUTING file in this source distribution for more
+Please see the [CONTRIBUTING][2] file in this source distribution for more
information.
Enjoy!
+
+[1]: https://github.com/antirez/redis/blob/unstable/COPYING
+[2]: https://github.com/antirez/redis/blob/unstable/CONTRIBUTING