summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Langford <wlangfor@gmail.com>2018-11-02 08:16:12 -0400
committerWilliam Langford <wlangfor@gmail.com>2018-11-02 08:16:12 -0400
commit0d0f3bbe3cb980ed3f9ef224d478255c9037fb0d (patch)
treefa0f8e6e6b71cd1f6a703e8973ca476429d05edc
parent7e2d3cd40c1a7f36650257911631c2adf60b1475 (diff)
Minor fix to 1.6 manual
-rw-r--r--manual/v1.6/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/v1.6/index.html b/manual/v1.6/index.html
index 247188a3..d4d3f6cf 100644
--- a/manual/v1.6/index.html
+++ b/manual/v1.6/index.html
@@ -6,7 +6,7 @@
window.location.protocol = "https";
</script>
<meta charset="utf-8">
- <title>jq Manual (development version)</title>
+ <title>jq 1.6 Manual</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="canonical" href="https://stedolan.github.io/jq/manual/v1.6/" />
@@ -126,9 +126,9 @@
</div>
<div id="manualcontent">
- <h1>jq Manual (development version)</h1>
- <p><em>For released versions, see <a href='/jq/manual/v1.5'>jq 1.5</a>,
-<a href='/jq/manual/v1.4'>jq 1.4</a> or <a href='/jq/manual/v1.3'>jq 1.3</a>.</em></p>
+ <h1>jq 1.6 Manual</h1>
+ <p><em>The manual for the development version of jq can be found
+<a href='/jq/manual'>here</a>.</em></p>
<p>A jq program is a &ldquo;filter&rdquo;: it takes an input, and produces an
output. There are a lot of builtin filters for extracting a
particular field of an object, or converting a number to a string,