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/alpha.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/alpha.html')
-rw-r--r-- | _includes/downloads/alpha.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/downloads/alpha.html b/_includes/downloads/alpha.html index 66cc642..70690c5 100644 --- a/_includes/downloads/alpha.html +++ b/_includes/downloads/alpha.html @@ -11,7 +11,7 @@ <div class="col-xs-12 col-md-6"> <h4>Details (contents, hashes, and signatures)</h4> <ul> - <li><a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-install-alpha-minimal/">Minimal Installation CD</a></li> - <li><a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-stage3-alpha/">Stage 3</a></li> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/alpha/autobuilds/current-install-alpha-minimal/">Minimal Installation CD</a></li> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/alpha/autobuilds/current-stage3-alpha/">Stage 3</a></li> </ul> </div> |