File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,15 @@ AddType text/vtt vtt
233
233
# redirect any links to existing ROSA/Dedicated embedded content to standalone equivalent
234
234
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.30/$2 [L,R=302]
235
235
236
+
237
+ # redirect gitops latest to 1.9
238
+ RewriteRule ^gitops/?$ /gitops/latest [R=302]
239
+ RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.9/$1 [NE,R=302]
240
+
241
+ # redirect top-level without filespec to the about file
242
+ RewriteRule ^gitops/(1\.8|1\.9)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
243
+
244
+
236
245
# Pipelines handling unversioned and latest links
237
246
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
238
247
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.11/$1 [NE,R=302]
You can’t perform that action at this time.
0 commit comments