From c974d7d62d0be965973af68475c37d0c87e4dc4e Mon Sep 17 00:00:00 2001 From: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:20:12 -0500 Subject: [PATCH] DOC-2633 Redirect /rdi/ to /latest/rdi/ (#2803) --- website.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website.json b/website.json index 4d7dab74e11..82bf456bedc 100644 --- a/website.json +++ b/website.json @@ -316,6 +316,16 @@ "ReplaceKeyPrefixWith": "latest/ri/" } }, + { + "Condition": { + "KeyPrefixEquals": "rdi/" + }, + "Redirect": { + "HostName": "docs.redis.com", + "Protocol": "https", + "ReplaceKeyPrefixWith": "latest/rdi/" + } + }, { "Condition": { "KeyPrefixEquals": "modules/"