Skip to content

Commit 0333019

Browse files
Merge pull request #37663 from gaurav-nelson/fix-main-nav-rhacs
[RHACS] Fixed main version selector path for RHACS
2 parents 5fdf7bd + 74261ec commit 0333019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index-commercial.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ <h2>Red Hat Advanced Cluster Security for Kubernetes</h2>
263263
<div class="btn-group">
264264
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Select version<span class="caret"></span></button>
265265
<ul class="dropdown-menu" role="menu">
266-
<li><a href="acs/3.66/"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.66</a></li>
267-
<li><a href="acs/3.65/"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.65</a></li>
266+
<li><a href="acs/3.66/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.66</a></li>
267+
<li><a href="acs/3.65/welcome/index.html"><i class="fa fa-arrow-circle-o-right"></i> RHACS 3.65</a></li>
268268
</ul>
269269
</div>
270270
</div>

0 commit comments

Comments
 (0)