From 8abc3337d2bfab465a7c53184cd6f66453c40b53 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 10 Feb 2020 09:07:53 -0500 Subject: Move all http download links for stage3 and ISOs to bouncer https Closes: https://bugs.gentoo.org/708654 Signed-off-by: Brian Evans --- _includes/partials/download-link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/partials') diff --git a/_includes/partials/download-link.html b/_includes/partials/download-link.html index 14a2939..380760d 100644 --- a/_includes/partials/download-link.html +++ b/_includes/partials/download-link.html @@ -1,4 +1,4 @@ {% capture url %}{{ include.arch }}/autobuilds/{{ site.data.downloads[include.arch][include.type][include.id].filename }}{% endcapture %} {% assign date = site.data.downloads[include.arch][include.type][include.id].date %} {% assign size = site.data.downloads[include.arch][include.type][include.id].size %} -{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='http://distfiles.gentoo.org/releases/' date=date size=size %} \ No newline at end of file +{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='https://bouncer.gentoo.org/fetch/root/all/releases/' date=date size=size %} -- cgit v1.2.3-65-gdbad