diff options
author | 2021-05-03 20:44:50 +0300 | |
---|---|---|
committer | 2021-05-03 20:44:50 +0300 | |
commit | 96bbc03a85e1cf8ef9dc4714b482c95f2a947223 (patch) | |
tree | ac34868694e72fdbb51cdadfc44bd44519f94e0d /pydis_site/apps | |
parent | Add contributing pages prefix redirection and update tests (diff) |
Add note about prefix redirects
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/redirect/redirects.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/redirect/redirects.yaml b/pydis_site/apps/redirect/redirects.yaml index caaab1f1..46c71bf9 100644 --- a/pydis_site/apps/redirect/redirects.yaml +++ b/pydis_site/apps/redirect/redirects.yaml @@ -54,6 +54,7 @@ events_code_jams_seven_redirect: # Guides # Prefix redirects +# Prefix redirects must be last in each group. guides_pydis_guides_contributing_prefix_redirect: original_path: pages/contributing/<path:path>/ # path:path will be joined together with static arguments. redirect_route: "content:page_category" |