summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOwen Ou <169064+owenthereal@users.noreply.github.com>2023-09-07 11:55:14 -0700
committerGitHub <noreply@github.com>2023-09-07 11:55:14 -0700
commit7a72f58d2e92254652162ec7ca1b3074e3a22c35 (patch)
treea3a0a822ebc2e7bc598c96cac7a655c2bdee43c5 /docs
parent806475da2942584370a35d75fdd7d1103c17246a (diff)
Standarize arch types to AMD64 & ARM64 from index page download dropdown (#2884)
Standarize arch types to AMD64 & ARM64 from index page download dropdown. These are missed from https://github.com/jqlang/jq/pull/2879.
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/index.html.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/templates/index.html.j2 b/docs/templates/index.html.j2
index 1fd13bd5..211751d0 100644
--- a/docs/templates/index.html.j2
+++ b/docs/templates/index.html.j2
@@ -18,11 +18,11 @@
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-amd64" aria-label="Link to download executable: Linux (AMD 64-bit)"><span class="bi bi-download me-2" aria-hidden="true"></span>Linux (AMD 64-bit)</a></li>
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-arm64" aria-label="Link to download executable: Linux (ARM 64-bit)"><span class="bi bi-download me-2" aria-hidden="true"></span>Linux (ARM 64-bit)</a></li>
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-macos-amd64" aria-label="Link to download executable: macOS (AMD 64-bit)"><span class="bi bi-download me-2" aria-hidden="true"></span>macOS (AMD 64-bit)</a></li>
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-macos-arm64" aria-label="Link to download executable: macOS (ARM 64-bit)"><span class="bi bi-download me-2" aria-hidden="true"></span>macOS (ARM 64-bit)</a></li>
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-amd64.exe" aria-label="Link to download executable: Windows (64-bit)"><span class="bi bi-download me-2" aria-hidden="true"></span>Windows (64-bit)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-amd64" aria-label="Link to download executable: Linux (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Linux (AMD64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-arm64" aria-label="Link to download executable: Linux (ARM64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Linux (ARM64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-macos-amd64" aria-label="Link to download executable: macOS (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>macOS (AMD64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-macos-arm64" aria-label="Link to download executable: macOS (ARM64)"><span class="bi bi-download me-2" aria-hidden="true"></span>macOS (ARM64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-amd64.exe" aria-label="Link to download executable: Windows (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Windows (AMD64)</a></li>
<li><a class="dropdown-item" href="{{ root }}/download/">Other platforms, older versions, and source</a></li>
</ul>
<a class="btn btn-primary text-nowrap" href="https://jqplay.org" target="_blank" rel="noopener">