aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-08 21:42:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-08 21:42:43 +0200
commit683da27f68c9150de515287d9ea72858391fec2c (patch)
treecd628575ebb3bf37a5735713c857a27afa81e951 /_includes
parentx86: re-add musl download link (diff)
downloadwww-683da27f68c9150de515287d9ea72858391fec2c.tar.gz
www-683da27f68c9150de515287d9ea72858391fec2c.tar.bz2
www-683da27f68c9150de515287d9ea72858391fec2c.zip
x86 downloads: reset boot media links to something that works
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/downloads/x86-advanced.html4
-rw-r--r--_includes/downloads/x86.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/_includes/downloads/x86-advanced.html b/_includes/downloads/x86-advanced.html
index 59c5f18..d59af66 100644
--- a/_includes/downloads/x86-advanced.html
+++ b/_includes/downloads/x86-advanced.html
@@ -1,7 +1,7 @@
<div class="col-xs-12 col-md-6">
<h4>Boot media</h4>
<div class="list-group">
- {% include partials/download-link.html type="iso" arch="x86" id="minimal-openrc" title="Minimal Installation CD" %}
+ {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %}
{% include partials/download-link.html type="iso" arch="x86" id="admincd-x86" title="Admin CD" %}
</div>
@@ -17,7 +17,7 @@
<div class="col-xs-12 col-md-6">
<h4>Details (contents, hashes, and signatures)</h4>
<ul>
- <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-install-x86-minimal-openrc/">Minimal Installation CD</a></li>
+ <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a></li>
<li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-stage3-i686-openrc/">Stage 3</a></li>
</ul>
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html
index 77a9a77..3f281fc 100644
--- a/_includes/downloads/x86.html
+++ b/_includes/downloads/x86.html
@@ -1,6 +1,6 @@
<h4>Boot media</h4>
<div class="list-group">
- {% include partials/download-link.html type="iso" arch="x86" id="minimal-openrc" title="Minimal Installation CD" %}
+ {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %}
</div>
<h4>Stage archives</h4>
@@ -11,6 +11,6 @@
<h4>Details (contents, hashes, and signatures)</h4>
<p>
- <a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-install-x86-minimal-openrc/">Minimal Installation CD</a>,
+ <a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a>,
<a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-stage3-i686-openrc/">Stage 3</a>
</p>