Skip to content

Commit 35a4e33

Browse files
committed
Test redirect behavior
1 parent 1e9a7ff commit 35a4e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_extra/_redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Docs: https://www.netlify.com/docs/redirects/
33

44
# 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!
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!
77

88
# Redirect RTD prefix to /
99
/en/latest/* /:splat 302!

0 commit comments

Comments
 (0)