diff options
author | 2021-05-14 21:11:14 +0100 | |
---|---|---|
committer | 2021-05-14 21:11:14 +0100 | |
commit | c2852bdf016c36f43b7c592345b3125bf1a1e25d (patch) | |
tree | 20a3a5ef9e8bd563c19d0a2182ece8f85c47e73c | |
parent | Update redirect tests to use 301 (diff) |
Add good question guide redirect
-rw-r--r-- | pydis_site/apps/redirect/redirects.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pydis_site/apps/redirect/redirects.yaml b/pydis_site/apps/redirect/redirects.yaml index ce789b61..c5f113fb 100644 --- a/pydis_site/apps/redirect/redirects.yaml +++ b/pydis_site/apps/redirect/redirects.yaml @@ -70,6 +70,12 @@ off-topic_redirect: redirect_route: "content:page_category" redirect_arguments: ["guides/pydis-guides/off-topic-etiquette"] +good_questions_redirect_alt: + # In a few places we were linking to a version outside of the guides app. + original_path: pages/asking-good-questions/ + redirect_route: "content:page_category" + redirect_arguments: ["guides/pydis-guides/asking-good-questions"] + # Resources resources_index_redirect: original_path: pages/resources/ |