From 61fa5d2497b27263999e3434eecfc801d4a554b4 Mon Sep 17 00:00:00 2001 From: kaitlynmichael Date: Mon, 11 Mar 2024 15:12:31 -0500 Subject: [PATCH] fix k8s redirects --- website.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website.json b/website.json index 5f4fe6c0424..fa261a36c84 100644 --- a/website.json +++ b/website.json @@ -343,7 +343,7 @@ "Redirect": { "HostName": "docs.redis.com", "Protocol": "https", - "ReplaceKeyPrefixWith": "latest/kubernetes" + "ReplaceKeyPrefixWith": "latest/kubernetes/" } }, { @@ -353,7 +353,7 @@ "Redirect": { "HostName": "docs.redis.com", "Protocol": "https", - "ReplaceKeyPrefixWith": "latest/kubernetes" + "ReplaceKeyPrefixWith": "latest/kubernetes/" } }, {