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 @@ -318,12 +318,12 @@ AddType text/vtt vtt
318
318
# redirect any links to existing ROSA/Dedicated embedded content to standalone equivalent
319
319
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.33/$2 [L,R=302]
320
320
321
- # redirect builds latest to 1.0
321
+ # redirect builds latest to 1.1
322
322
RewriteRule ^builds/?$ /builds/latest [R=302]
323
- RewriteRule ^builds/latest/?(.*)$ /builds/1.0 /$1 [NE,R=302]
323
+ RewriteRule ^builds/latest/?(.*)$ /builds/1.1 /$1 [NE,R=302]
324
324
325
325
# redirect top-level without filespec to the about file
326
- RewriteRule ^builds/(1\.0)/?$ /builds/$1/about/overview-openshift-builds.html [L,R=302]
326
+ RewriteRule ^builds/(1\.0|1\.1 )/?$ /builds/$1/about/overview-openshift-builds.html [L,R=302]
327
327
328
328
# Builds using Shipwright landing page
329
329
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 259
259
</ a >
260
260
< select id ="version-selector " onchange ="versionSelector(this); ">
261
261
< option value ="1.0 "> 1.0</ option >
262
+ < option value ="1.1 "> 1.1</ option >
262
263
</ select >
263
264
<% elsif ( distro_key == "openshift-gitops" ) %>
264
265
< a href ="https://docs.openshift.com/gitops/<%= version %> /release_notes/gitops-release-notes.html ">
285
286
</ a >
286
287
< select id ="version-selector " onchange ="versionSelector(this); ">
287
288
< option value ="3.0.0tp1 "> 1.0tp1</ option >
288
- </ select >
289
+ </ select >
289
290
<% elsif ( distro_key == "openshift-telco" ) %>
290
291
< a href ="https://docs.openshift.com/container-platform-telco/<%= version %> /welcome/index.html ">
291
292
<%= distro %>
You can’t perform that action at this time.
0 commit comments