We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa99dc3 commit 8b8081bCopy full SHA for 8b8081b
salt/docs/config/nginx.docs-redirects.conf
@@ -167,7 +167,7 @@ location = /documenting/building.html {
167
}
168
169
# Map toplevel URIs to Python 3 docs.
170
-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)(/.*)?)$ {
171
return 301 https://$host/3/$1;
172
173
location ~ ^/(about|bugs|contents|copyright|download|genindex(-[^.]+)?|glossary|index|license|py-modindex|search)(.html)?$ {
0 commit comments