Skip to content

Commit

Permalink
DOC-2633 Redirect /rdi/ to /latest/rdi/ (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge authored Aug 29, 2023
1 parent f4b480a commit c974d7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,16 @@
"ReplaceKeyPrefixWith": "latest/ri/"
}
},
{
"Condition": {
"KeyPrefixEquals": "rdi/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/rdi/"
}
},
{
"Condition": {
"KeyPrefixEquals": "modules/"
Expand Down

0 comments on commit c974d7d

Please sign in to comment.