Skip to content

Commit 0653a40

Browse files
Merge pull request #86016 from Srivaralakshmi/RHDEVDOCS-6229-Change_Redirects
RHDEVDOCS-6229-Change_Redirects
2 parents fc1c2ec + 61d9840 commit 0653a40

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
@@ -379,12 +379,12 @@ AddType text/vtt vtt
379379
# Builds using Shipwright landing page
380380
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]
381381

382-
# redirect gitops latest to 1.14
382+
# redirect gitops latest to 1.15
383383
RewriteRule ^gitops/?$ /gitops/latest [R=302]
384-
RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.14/$1 [NE,R=302]
384+
RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.15/$1 [NE,R=302]
385385

386386
# redirect top-level without filespec to the about file
387-
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]
387+
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]
388388

389389
# GitOps landing page
390390
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
@@ -316,6 +316,7 @@
316316
<%= distro %>
317317
</a>
318318
<select id="version-selector" onchange="versionSelector(this);">
319+
<option value="1.15">1.15</option>
319320
<option value="1.14">1.14</option>
320321
<option value="1.13">1.13</option>
321322
<option value="1.12">1.12</option>

0 commit comments

Comments
 (0)