From ee36c745016a324220b5d17b7ef5fff9d2ce85a8 Mon Sep 17 00:00:00 2001 From: Spencer Smith Date: Wed, 14 Jul 2021 10:33:40 -0400 Subject: [PATCH] docs: redirect latest to v0.3 This PR updates the redirect rules for making sure latest actually, you know, points to the latest. Signed-off-by: Spencer Smith --- website/static/_redirects | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/_redirects b/website/static/_redirects index 35e14d0c9..7e4de0a10 100644 --- a/website/static/_redirects +++ b/website/static/_redirects @@ -2,5 +2,5 @@ # # The Netlify documentation says that the following redirect rules are # equivalent, but that is not what is observed in practice. -/docs/latest /docs/v0.2 -/docs/latest/ /docs/v0.2 +/docs/latest /docs/v0.3 +/docs/latest/ /docs/v0.3