Skip to content

Commit 61d9840

Browse files
RHDEVDOCS-6229-Change_Redirects
1 parent 5dc5560 commit 61d9840

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,12 +376,12 @@ AddType text/vtt vtt
376376
# Builds using Shipwright landing page
377377
RewriteRule ^container-platform/(4\.14|4\.15|4\.16|4\.17|4\.18)/cicd/builds_using_shipwright/overview-openshift-builds.html /builds/latest/about/overview-openshift-builds.html [L,R=302]
378378

379-
# redirect gitops latest to 1.14
379+
# redirect gitops latest to 1.15
380380
RewriteRule ^gitops/?$ /gitops/latest [R=302]
381-
RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.14/$1 [NE,R=302]
381+
RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.15/$1 [NE,R=302]
382382

383383
# redirect top-level without filespec to the about file
384-
RewriteRule ^gitops/(1\.8|1\.9|1\.10|1\.11|1\.12|1\.13|1\.14)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
384+
RewriteRule ^gitops/(1\.8|1\.9|1\.10|1\.11|1\.12|1\.13|1\.14|1\.15)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
385385

386386
# GitOps landing page
387387
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/cicd/gitops/about-redhat-openshift-gitops.html /gitops/latest/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@
315315
<%= distro %>
316316
</a>
317317
<select id="version-selector" onchange="versionSelector(this);">
318+
<option value="1.15">1.15</option>
318319
<option value="1.14">1.14</option>
319320
<option value="1.13">1.13</option>
320321
<option value="1.12">1.12</option>

0 commit comments

Comments
 (0)