Skip to content

Commit

Permalink
docs: Add redirect for the new(ish) 'deprecations' section
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Oct 23, 2024
1 parent fa99dc3 commit 651cbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/docs/config/nginx.docs-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ location = /documenting/building.html {
}

# Map toplevel URIs to Python 3 docs.
location ~ ^/((archives|c-api|distutils|extending|faq|howto|install|library|reference|tutorial|using|whatsnew|_images|_sources|_static)(/.*)?)$ {
location ~ ^/((archives|c-api|deprecations|distutils|extending|faq|howto|install|library|reference|tutorial|using|whatsnew|_images|_sources|_static)(/.*)?)$ {
return 301 https://$host/3/$1;
}
location ~ ^/(about|bugs|contents|copyright|download|genindex(-[^.]+)?|glossary|index|license|py-modindex|search)(.html)?$ {
Expand Down

0 comments on commit 651cbf0

Please sign in to comment.