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 1e9a7ff commit 35a4e33Copy full SHA for 35a4e33
docs/_extra/_redirects
@@ -2,8 +2,8 @@
2
# Docs: https://www.netlify.com/docs/redirects/
3
4
# Redirect http to https (avoid one extra hop with an explicit rule for /en/latest/)
5
-http://docs.python-guide.org/en/latest/* https://docs.python-guide.org/:splat 302!
6
-http://docs.python-guide.org/* https://docs.python-guide.org/:splat 302!
+# http://docs.python-guide.org/en/latest/* https://docs.python-guide.org/:splat 302!
+# http://docs.python-guide.org/* https://docs.python-guide.org/:splat 302!
7
8
# Redirect RTD prefix to /
9
/en/latest/* /:splat 302!
0 commit comments