summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-17 18:04:56 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-17 18:04:56 -0700
commit19577fcefaa9116389ced52aea5559c75f4ec3af (patch)
tree8210483c6f5df4077eb5171735f3835a4009f6e1 /docs
parentb8f71d365927416c7f453f5d5e969a51a6073c4b (diff)
Link to correct 1.5 source tarball
Diffstat (limited to 'docs')
-rw-r--r--docs/content/2.download/default.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml
index 0eff0869..eaf94c17 100644
--- a/docs/content/2.download/default.yml
+++ b/docs/content/2.download/default.yml
@@ -101,7 +101,7 @@ body:
### From source on Linux, OS X, Cygwin, and other POSIX-like operating systems
- * [Source tarball for jq 1.5](https://github.com/stedolan/jq/archive/jq-1.5.tar.gz)
+ * [Source tarball for jq 1.5](https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz)
You can build it using the usual `./configure && make && sudo
make install` rigmarole.