Skip to content

Commit

Permalink
fix k8s redirects (#3185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmichael authored Mar 11, 2024
1 parent 8e2506d commit db45cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/kubernetes"
"ReplaceKeyPrefixWith": "latest/kubernetes/"
}
},
{
Expand All @@ -353,7 +353,7 @@
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/kubernetes"
"ReplaceKeyPrefixWith": "latest/kubernetes/"
}
},
{
Expand Down

0 comments on commit db45cb9

Please sign in to comment.