diff options
-rw-r--r-- | _includes/downloads/riscv.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/downloads/riscv.html b/_includes/downloads/riscv.html index 6509b4d..a2652f0 100644 --- a/_includes/downloads/riscv.html +++ b/_includes/downloads/riscv.html @@ -1,10 +1,10 @@ <div class="col-xs-12 col-md-6"> <h4>Stage archives (~riscv)</h4> <div class="list-group"> - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-20.0-openrc" title="Stage 3" tag="lp64d | openrc | 20.0" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64d-20.0-systemd" title="Stage 3" tag="lp64d | systemd | 20.0" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-20.0-openrc" title="Stage 3" tag="lp64 | openrc | 20.0" %} - {% include partials/download-link.html type="stage3" arch="riscv" id="rv64_lp64-20.0-systemd" title="Stage 3" tag="lp64 | systemd | 20.0" %} + {% 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" 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" title="Stage 3" tag="lp64 | systemd" %} </div> <h4>Details (contents, hashes, and signatures)</h4> |