From 3a43e2ff07dfe388280d98fea4aca6742226cfd6 Mon Sep 17 00:00:00 2001 From: "Thomas R. Hall" Date: Fri, 17 Oct 2014 16:45:24 +0700 Subject: [PATCH] Updated v1.3 filenames The jq 1.3 filenames for Windows are jq-1.3.exe instead of jq.exe. Updated these so they no longer return a 404. --- docs/content/2.download/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml index c5ba5072..f6bf18c5 100644 --- a/docs/content/2.download/default.yml +++ b/docs/content/2.download/default.yml @@ -55,7 +55,7 @@ body: * jq 1.4 executables for [64-bit](win64/jq.exe) or [32-bit](win32/jq.exe) - * jq 1.3 executables for [64-bit](win64/jq-1.3/jq.exe) or [32-bit](win32/jq-1.3/jq.exe) + * jq 1.3 executables for [64-bit](win64/jq-1.3/jq-1.3.exe) or [32-bit](win32/jq-1.3/jq-1.3.exe) ### From source on Linux, OS X, Cygwin, and other POSIX-like operating systems