File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,13 @@ AddType text/vtt vtt
226
226
# redirect any links to existing ROSA/Dedicated embedded content to standalone equivalent
227
227
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.30/$2 [L,R=302]
228
228
229
+ # Pipelines handling unversioned and latest links
230
+ RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
231
+ RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.11/$1 [NE,R=302]
232
+
233
+ # redirect top-level without filespec to the about file
234
+ RewriteRule ^pipelines/(1\.10|1\.11)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
235
+
229
236
230
237
# OSD redirects for new content
231
238
RewriteRule dedicated/4/cloud_infrastructure_access/dedicated-aws-vpn.html dedicated/osd_private_connections/aws-private-connections.html [NE,R=301]
You can’t perform that action at this time.
0 commit comments