From 35a4e33868505727ba1dcfd9051def698bbd90ae Mon Sep 17 00:00:00 2001 From: Dan Bader Date: Mon, 16 Jul 2018 14:11:03 -0700 Subject: [PATCH] Test redirect behavior --- docs/_extra/_redirects | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_extra/_redirects b/docs/_extra/_redirects index 4f12632..350c2b9 100644 --- a/docs/_extra/_redirects +++ b/docs/_extra/_redirects @@ -2,8 +2,8 @@ # Docs: https://www.netlify.com/docs/redirects/ # Redirect http to https (avoid one extra hop with an explicit rule for /en/latest/) -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! +# 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! # Redirect RTD prefix to / /en/latest/* /:splat 302!