diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-28 16:28:19 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-28 16:28:40 +0100 |
commit | 1869fa56fb0337ef00986a868431345b4616e330 (patch) | |
tree | 7980c53605f3857d599b1f7f8e8ad9e42f0126b9 | |
parent | Fix download links (s390) (diff) | |
download | www-1869fa56fb0337ef00986a868431345b4616e330.tar.gz www-1869fa56fb0337ef00986a868431345b4616e330.tar.bz2 www-1869fa56fb0337ef00986a868431345b4616e330.zip |
Fix download links (mips n64)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | _includes/downloads/mips.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html index c733f7d..e20d56c 100644 --- a/_includes/downloads/mips.html +++ b/_includes/downloads/mips.html @@ -42,13 +42,13 @@ <h4>Stage archives, little-endian N64</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-openrc" title="Stage 3" tag="mips3 | n64 | el | openrc" %} - {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-systemd-mergedusr" title="Stage 3" tag="mips3 | n64 | el | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel3_n64-systemd" title="Stage 3" tag="mips3 | n64 | el | systemd" %} </div> <h4>Stage archives, big-endian N64</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-openrc" title="Stage 3" tag="mips3 | n64 | eb | openrc" %} - {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-systemd-mergedusr" title="Stage 3" tag="mips3 | n64 | eb | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips3_n64-systemd" title="Stage 3" tag="mips3 | n64 | eb | systemd" %} </div> <h4>Stage archives, little-endian multilib</h4> |