File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -321,12 +321,12 @@ AddType text/vtt vtt
321
321
# redirect any links to existing ROSA/Dedicated embedded content to standalone equivalent
322
322
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.34/$2 [L,R=302]
323
323
324
- # redirect builds latest to 1.1
324
+ # redirect builds latest to 1.2
325
325
RewriteRule ^builds/?$ /builds/latest [R=302]
326
- RewriteRule ^builds/latest/?(.*)$ /builds/1.1 /$1 [NE,R=302]
326
+ RewriteRule ^builds/latest/?(.*)$ /builds/1.2 /$1 [NE,R=302]
327
327
328
328
# redirect top-level without filespec to the about file
329
- RewriteRule ^builds/(1\.0|1\.1)/?$ /builds/$1/about/overview-openshift-builds.html [L,R=302]
329
+ RewriteRule ^builds/(1\.0|1\.1|1\.2 )/?$ /builds/$1/about/overview-openshift-builds.html [L,R=302]
330
330
331
331
# Builds using Shipwright landing page
332
332
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]
Original file line number Diff line number Diff line change 261
261
<%= distro %>
262
262
</ a >
263
263
< select id ="version-selector " onchange ="versionSelector(this); ">
264
- < option value ="1.0 "> 1.0 </ option >
264
+ < option value ="1.2 "> 1.2 </ option >
265
265
< option value ="1.1 "> 1.1</ option >
266
+ < option value ="1.0 "> 1.0</ option >
266
267
</ select >
267
268
<% elsif ( distro_key == "openshift-gitops" ) %>
268
269
< a href ="https://docs.openshift.com/gitops/<%= version %> /understanding_openshift_gitops/about-redhat-openshift-gitops.html ">
You can’t perform that action at this time.
0 commit comments