Skip to content

Commit

Permalink
Redirect EOL 5.4 & 5.6 snapshots to latest (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge authored Feb 14, 2023
1 parent 6fcf656 commit ad945ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,26 @@
"ReplaceKeyPrefixWith": "5.6/platforms/"
}
},
{
"Condition": {
"KeyPrefixEquals": "5.6/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/"
}
},
{
"Condition": {
"KeyPrefixEquals": "5.4/"
},
"Redirect": {
"HostName": "docs.redis.com",
"Protocol": "https",
"ReplaceKeyPrefixWith": "latest/"
}
},
{
"Condition": {
"KeyPrefixEquals": "5.2/"
Expand Down

0 comments on commit ad945ca

Please sign in to comment.