Skip to content

Commit 7f151ae

Browse files
RHDEVDOCS-5692 - Change redirects
1 parent 5375216 commit 7f151ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ AddType text/vtt vtt
246246
# Builds using Shipwright landing page
247247
RewriteRule ^container-platform/(4\.14)/cicd/builds_using_shipwright/overview-openshift-builds.html /builds/latest/about/overview-openshift-builds.html [L,R=302]
248248

249-
# redirect gitops latest to 1.10
249+
# redirect gitops latest to 1.11
250250
RewriteRule ^gitops/?$ /gitops/latest [R=302]
251-
RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.10/$1 [NE,R=302]
251+
RewriteRule ^gitops/latest/?(.*)$ /gitops/1\.11/$1 [NE,R=302]
252252

253253
# redirect top-level without filespec to the about file
254-
RewriteRule ^gitops/(1\.8|1\.9|1\.10)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
254+
RewriteRule ^gitops/(1\.8|1\.9|1\.10|1\.11)/?$ /gitops/$1/understanding_openshift_gitops/about-redhat-openshift-gitops.html [L,R=302]
255255

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

0 commit comments

Comments
 (0)