File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,12 +231,12 @@ AddType text/vtt vtt
231231 RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.30/$2 [L,R=302]
232232
233233
234- # redirect gitops latest to 1.9
234+ # redirect gitops latest to 1.10
235235 RewriteRule ^gitops/?$ /gitops/latest [R=302]
236- RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.9 /$1 [NE,R=302]
236+ RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.10 /$1 [NE,R=302]
237237
238238 # redirect top-level without filespec to the about file
239- RewriteRule ^gitops/(1\.8|1\.9)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
239+ RewriteRule ^gitops/(1\.8|1\.9|1\.10 )/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
240240
241241 # GitOps landing page
242242 RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/cicd/gitops/about-redhat-openshift-gitops.html /gitops/latest/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
You can’t perform that action at this time.
0 commit comments