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/amd64-advanced.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/amd64-advanced.html')
-rw-r--r-- | _includes/downloads/amd64-advanced.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/downloads/amd64-advanced.html b/_includes/downloads/amd64-advanced.html index caab8fc..59c24cb 100644 --- a/_includes/downloads/amd64-advanced.html +++ b/_includes/downloads/amd64-advanced.html @@ -21,9 +21,9 @@ <div class="col-xs-12 col-md-6"> <h4>Details (contents, hashes, and signatures)</h4> <ul> - <li><a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a></li> - <li><a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64/">Stage 3</a></li> - <li><a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/">All stages</a></li> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-install-amd64-minimal/">Minimal Installation CD</a></li> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/current-stage3-amd64/">Stage 3</a></li> + <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/">All stages</a></li> </ul> <div class="alert alert-info"> |