diff options
author | 2021-07-08 21:42:43 +0200 | |
---|---|---|
committer | 2021-07-08 21:42:43 +0200 | |
commit | 683da27f68c9150de515287d9ea72858391fec2c (patch) | |
tree | cd628575ebb3bf37a5735713c857a27afa81e951 /_includes/downloads/x86.html | |
parent | x86: re-add musl download link (diff) | |
download | www-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/downloads/x86.html')
-rw-r--r-- | _includes/downloads/x86.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |