File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ AddType text/vtt vtt
282
282
283
283
# Pipelines handling unversioned and latest links
284
284
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
285
- RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.12 /$1 [NE,R=302]
285
+ RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.13 /$1 [NE,R=302]
286
286
287
287
# Pipelines landing page
288
288
@@ -310,7 +310,7 @@ AddType text/vtt vtt
310
310
RewriteRule ^container-platform/(4\.10|4\.11|4\.12|4\.13|4\.14)/cicd/pipelines/securing-webhooks-with-event-listeners.html /pipelines/latest/secure/securing-webhooks-with-event-listeners.html [L,R=302]
311
311
312
312
# redirect top-level without filespec to the about file
313
- RewriteRule ^pipelines/(1\.10|1\.11|1\.12)/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
313
+ RewriteRule ^pipelines/(1\.10|1\.11|1\.12|1\.13 )/?$ /pipelines/$1/about/understanding-openshift-pipelines.html [L,R=302]
314
314
315
315
316
316
# OSD redirects for new content
You can’t perform that action at this time.
0 commit comments