diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-01 16:20:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-04-01 16:20:17 +0200 |
commit | 0ca77780416984483029769c60e2cde7992a0d63 (patch) | |
tree | 0e6123f5acbde75f0b0054cce7731b3d45fb0567 | |
parent | Add SPI Inc logo for frontpage news (diff) | |
download | www-0ca77780416984483029769c60e2cde7992a0d63.tar.gz www-0ca77780416984483029769c60e2cde7992a0d63.tar.bz2 www-0ca77780416984483029769c60e2cde7992a0d63.zip |
Fix download links (riscv)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | _includes/downloads/riscv.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html index cc6669a..083d119 100644 --- a/_includes/downloads/riscv.html +++ b/_includes/downloads/riscv.html @@ -11,11 +11,11 @@ <h4>Stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-openrc" title="Stage 3" tag="lp64d | openrc" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-systemd-mergedusr" title="Stage 3" tag="lp64d | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-systemd" title="Stage 3" tag="lp64d | systemd" %} {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-openrc" title="Stage 3" tag="lp64 | openrc" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd-mergedusr" title="Stage 3" tag="lp64 | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-systemd" title="Stage 3" tag="lp64 | systemd" %} {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-openrc" title="Stage 3" tag="multilib | openrc" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-systemd-mergedusr" title="Stage 3" tag="multilib | systemd | merged usr" %} + {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_multilib-systemd" title="Stage 3" tag="multilib | systemd" %} </div> </div> |