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 fee8afb commit 3d0eae9Copy full SHA for 3d0eae9
salt/docs/config/nginx.docs-backend.conf
@@ -143,6 +143,12 @@ server {
143
location ~ ^/([a-z-]*/)?(3|3.5|3.6|3.7|3.8|3.9|3.10)/library/_winreg.html$ {
144
return 301 https://$host/$1$2/library/winreg.html;
145
}
146
+ location ~ ^/([a-z-]*/)?(3|3.12|3.13|3.14)/library/(asynchat|asyncore|smtpd).html$ {
147
+ return 301 https://$host/$1$2/;
148
+ }
149
+ location ~ ^/([a-z-]*/)?(3.13|3.14)/library/(2to3|aifc|audioop|cgi|cgitb|chunk|crypt|imghdr|mailcap|msilib|nis|nntplib|ossaudiodev|pipes|sndhdr|spwd|sunau|telnetlib|tkinter.tix|uu|xdrlib).html$ {
150
151
152
153
# Map /documenting to the devguide.
154
location ~ ^/devguide/(.*)$ {
0 commit comments