From e6b57530dd41a6bf38ae0dfe850096ca69b40f65 Mon Sep 17 00:00:00 2001 From: Dan Bader Date: Mon, 16 Jul 2018 14:00:22 -0700 Subject: [PATCH] Add redirects --- docs/_extra/_redirects | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_extra/_redirects b/docs/_extra/_redirects index 5b0e2fe..a113f1b 100644 --- a/docs/_extra/_redirects +++ b/docs/_extra/_redirects @@ -1,5 +1,7 @@ # https://www.netlify.com/docs/redirects/ +# Redirect RTD /en/latest/ prefix +/en/latest/* /:splat 301! -# Redirect internal URL to python-guide.org +# TODO: Redirect internal URL to python-guide.org # https://python-guide.netlify.com/* https://docs.python-guide.org/:splat 301!