diff options
author | 2020-02-10 09:07:53 -0500 | |
---|---|---|
committer | 2020-02-10 09:07:53 -0500 | |
commit | 8abc3337d2bfab465a7c53184cd6f66453c40b53 (patch) | |
tree | 2494d02359ecd41b2c8ae8e6c1c265b15bfa7997 /_includes/downloads/x86.html | |
parent | Fix missing colon. (diff) | |
download | www-8abc3337d2bfab465a7c53184cd6f66453c40b53.tar.gz www-8abc3337d2bfab465a7c53184cd6f66453c40b53.tar.bz2 www-8abc3337d2bfab465a7c53184cd6f66453c40b53.zip |
Move all http download links for stage3 and ISOs to bouncer https
Closes: https://bugs.gentoo.org/708654
Signed-off-by: Brian Evans <grknight@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 039b3e3..50ce4f5 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -11,7 +11,7 @@ <h4>Details (contents, hashes, and signatures)</h4> <p> - <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-install-x86-minimal/">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/gentoo-20160704-livedvd/x86/">Hybrid ISO</a>, - <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3-i686/">Stage 3</a> + <a href="https://bouncer.gentoo.org/fetch/root/all/releases/x86/autobuilds/current-stage3-i686/">Stage 3</a> </p> |