summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOlivier Mengué <dolmen@cpan.org>2013-05-23 09:28:08 +0200
committerOlivier Mengué <dolmen@cpan.org>2013-05-23 09:36:54 +0200
commit444f0aacca8e29df7b2acf91b7027791c4d813d4 (patch)
tree784bba15c79003fa788f9a18d362d999b0d6b3a9 /README.md
parent22006172baba61714207c67cd207140b76f4a941 (diff)
Fix Github URLs: stedolan.github.com -> stedolan.github.io
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fa78e7a5..cbb904f9 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ jq
jq is a command-line JSON processor.
If you want to learn to use jq, read the documentation at
-[http://stedolan.github.com/jq](http://stedolan.github.com/jq). This
+[http://stedolan.github.io/jq](http://stedolan.github.io/jq). This
documentation is generated from the docs/ folder of this repository.
If you want to hack on jq, feel free, but be warned that its internals
are not well-documented at the moment. Bring a hard hat and a
-shovel. Also, read the wiki: http://github.com/stedolan/jq/wiki
+shovel. Also, read the wiki: https://github.com/stedolan/jq/wiki
To build jq, run