From 5cfab0d7cc97f6e0daf768c1f6eed15e4aca7bb7 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Tue, 23 Nov 2021 10:22:04 +1000 Subject: [PATCH] clean up redirect from help.fp.o to ask.fp.o previously the redirect from help.fedoraproject.org pointed to an old location on fedoraproject.org which in turn re-directed to an interstital that eventually redirected to getfedora.org index This commit sets the redirect from help.fp.o to ask,fp.o Resolves: https://pagure.io/fedora-infrastructure/issue/10364 Signed-off-by: Ryan Lerch --- playbooks/include/proxies-redirects.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index f49b863143..20f3f40fe9 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -260,7 +260,8 @@ - role: httpd/redirect shortname: get-help website: help.fedoraproject.org - target: https://fedoraproject.org/get-help + target: https://ask.fedoraproject.org + tags: ask-fedora # This is just a redirect to developer, to make it easier for people to get # here from Red Hat's developers.redhat.com (ticket #5216).