diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-04 14:56:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-04 14:56:19 +0200 |
commit | f7bb3375694f09da0a47de5fc3515b9535988d4b (patch) | |
tree | 8b7a476d09f3790af8212e653c433c5ae0101c12 | |
parent | Fix download links (riscv) (diff) | |
download | www-f7bb3375694f09da0a47de5fc3515b9535988d4b.tar.gz www-f7bb3375694f09da0a47de5fc3515b9535988d4b.tar.bz2 www-f7bb3375694f09da0a47de5fc3515b9535988d4b.zip |
Fix download links (mips o32)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | _includes/downloads/mips.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/downloads/mips.html b/_includes/downloads/mips.html index 7488dbd..f6c4ef9 100644 --- a/_includes/downloads/mips.html +++ b/_includes/downloads/mips.html @@ -11,17 +11,17 @@ <h4>Stage archives, little-endian O32</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-openrc" title="Stage 3" tag="mips2 | o32 | sf | el | openrc" %} - {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | sf | el | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2_softfloat-systemd" title="Stage 3" tag="mips2 | o32 | sf | el | systemd" %} {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-openrc" title="Stage 3" tag="mips2 | o32 | el | openrc" %} - {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | el | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mipsel2-systemd" title="Stage 3" tag="mips2 | o32 | el | systemd" %} </div> <h4>Stage archives, big-endian O32</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-openrc" title="Stage 3" tag="mips2 | o32 | sf | eb | openrc" %} - {% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | sf | eb | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips2_softfloat-systemd" title="Stage 3" tag="mips2 | o32 | sf | eb | systemd" %} {% include partials/download-link.html type="stage3" arch="mips" id="mips2-openrc" title="Stage 3" tag="mips2 | o32 | eb | openrc" %} - {% include partials/download-link.html type="stage3" arch="mips" id="mips2-systemd-mergedusr" title="Stage 3" tag="mips2 | o32 | eb | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="mips" id="mips2-systemd" title="Stage 3" tag="mips2 | o32 | eb | systemd" %} </div> <h4>Stage archives, little-endian N32</h4> |