summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-10-03 20:51:20 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-10-03 20:51:20 +0000
commit791f9c641740e746c8c19c26bdf7fdc46a64e978 (patch)
treed54714627e3bc9779dfdec9215bd19352eed5764
parentcf2274c5a8b076284ef4c7c56003af3ec1c5995f (diff)
Update website
-rw-r--r--manual/index.html4
-rw-r--r--manual/v1.7/index.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/manual/index.html b/manual/index.html
index 88126fbd..0193101f 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -2166,7 +2166,7 @@ indices and <code>.[m:n]</code> specifications should not be used.</p>
<table class="table table-borderless table-sm w-auto">
<tr>
<th class="pe-3">Command</th>
- <td class="font-monospace">jq '[1,2,3,4] | pick(.[2], .[0], .[0])'</td>
+ <td class="font-monospace">jq 'pick(.[2], .[0], .[0])'</td>
</tr>
<tr>
<th>Input</th>
@@ -2177,7 +2177,7 @@ indices and <code>.[m:n]</code> specifications should not be used.</p>
<td class="font-monospace">[1,null,3]</td>
</tr>
<tr class="d-print-none">
- <th><a href="https://jqplay.org/jq?q=%5B1%2C2%2C3%2C4%5D%20%7C%20pick%28.%5B2%5D%2C%20.%5B0%5D%2C%20.%5B0%5D%29&j=%5B1%2C2%2C3%2C4%5D" class="btn btn-outline-primary btn-sm" target="_blank" rel="noopener">Run<span class="bi bi-box-arrow-up-right ms-2" aria-hidden="true"></span></a></th>
+ <th><a href="https://jqplay.org/jq?q=pick%28.%5B2%5D%2C%20.%5B0%5D%2C%20.%5B0%5D%29&j=%5B1%2C2%2C3%2C4%5D" class="btn btn-outline-primary btn-sm" target="_blank" rel="noopener">Run<span class="bi bi-box-arrow-up-right ms-2" aria-hidden="true"></span></a></th>
<td></td>
</tr>
</table>
diff --git a/manual/v1.7/index.html b/manual/v1.7/index.html
index 03268f49..21e71f12 100644
--- a/manual/v1.7/index.html
+++ b/manual/v1.7/index.html
@@ -2166,7 +2166,7 @@ indices and <code>.[m:n]</code> specifications should not be used.</p>
<table class="table table-borderless table-sm w-auto">
<tr>
<th class="pe-3">Command</th>
- <td class="font-monospace">jq '[1,2,3,4] | pick(.[2], .[0], .[0])'</td>
+ <td class="font-monospace">jq 'pick(.[2], .[0], .[0])'</td>
</tr>
<tr>
<th>Input</th>
@@ -2177,7 +2177,7 @@ indices and <code>.[m:n]</code> specifications should not be used.</p>
<td class="font-monospace">[1,null,3]</td>
</tr>
<tr class="d-print-none">
- <th><a href="https://jqplay.org/jq?q=%5B1%2C2%2C3%2C4%5D%20%7C%20pick%28.%5B2%5D%2C%20.%5B0%5D%2C%20.%5B0%5D%29&j=%5B1%2C2%2C3%2C4%5D" class="btn btn-outline-primary btn-sm" target="_blank" rel="noopener">Run<span class="bi bi-box-arrow-up-right ms-2" aria-hidden="true"></span></a></th>
+ <th><a href="https://jqplay.org/jq?q=pick%28.%5B2%5D%2C%20.%5B0%5D%2C%20.%5B0%5D%29&j=%5B1%2C2%2C3%2C4%5D" class="btn btn-outline-primary btn-sm" target="_blank" rel="noopener">Run<span class="bi bi-box-arrow-up-right ms-2" aria-hidden="true"></span></a></th>
<td></td>
</tr>
</table>