From 1b5cf57dc8bc0a868005fc3603dde300fae504b7 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 18 Jul 2023 22:47:51 -0700 Subject: downloads: stop using bouncer, use distfiles CDN instead Signed-off-by: Robin H. Johnson --- _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 380760d..04dac81 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='https://bouncer.gentoo.org/fetch/root/all/releases/' date=date size=size %} +{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='https://distfiles.gentoo.org/releases/' date=date size=size %} -- cgit v1.2.3-65-gdbad