From aa8a6006514fea4755fd368a97e229f5de60fb8b Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 11 Jun 2019 21:58:27 -0400 Subject: [PATCH] proxy-redirects: redirect getfedora.org/code-of-conduct.html to docs Related to 4547a73ef ("mailman: fix footer link for CoC", 2019-06-11), for https://pagure.io/fedora-infrastructure/issue/7893. --- playbooks/include/proxies-redirects.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index a0c5eb59bd..b8ef30bdd9 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -267,6 +267,12 @@ path: /code-of-conduct target: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ + - role: httpd/redirect + shortname: code-of-conduct-3 + website: getfedora.org + path: /code-of-conduct.html + target: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ + - role: httpd/redirect shortname: verify website: fedoraproject.org