Skip to content

Commit cbf76a7

Browse files
committed
RHDEVDOCS 5745 redirects for Pipelines 1.13
1 parent 9b9008a commit cbf76a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ AddType text/vtt vtt
282282

283283
# Pipelines handling unversioned and latest links
284284
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]
286286

287287
# Pipelines landing page
288288

@@ -310,7 +310,7 @@ AddType text/vtt vtt
310310
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]
311311

312312
# 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]
314314

315315

316316
# OSD redirects for new content

0 commit comments

Comments
 (0)