From e4bf13bb537e388c6e63aaaf35f57b042e78c5ad Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 4 Oct 2018 15:53:46 +0800 Subject: [PATCH] Use temporary redirects for ports redirects to the wiki The URLs could change to the website or elsewhere at some point. Suggested-by: weasel --- modules/roles/templates/apache-www.debian.org.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/roles/templates/apache-www.debian.org.erb b/modules/roles/templates/apache-www.debian.org.erb index aadbe7d2e..070152f30 100644 --- a/modules/roles/templates/apache-www.debian.org.erb +++ b/modules/roles/templates/apache-www.debian.org.erb @@ -194,9 +194,9 @@ RedirectPermanent /ports/ppc64 /ports/powerpc RedirectPermanent /ports/ppc64el /ports/powerpc RedirectPermanent /ports/powerpcspe /ports/powerpc - RedirectPermanent /ports/riscv64 https://wiki.debian.org/RISC-V - RedirectPermanent /ports/x32 https://wiki.debian.org/X32Port - RedirectPermanent /ports/sh4 https://wiki.debian.org/SH4 + Redirect /ports/riscv64 https://wiki.debian.org/RISC-V + Redirect /ports/x32 https://wiki.debian.org/X32Port + Redirect /ports/sh4 https://wiki.debian.org/SH4 RedirectPermanent /mirror/official_sponsors /mirror/sponsors RedirectPermanent /mirror/official /mirror/list RedirectPermanent /mirror/mirrors_full.html /mirror/list-full.html -- 2.20.1