Skip to content

Commit 51f0abd

Browse files
committed
fix links
1 parent 3635aec commit 51f0abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supplemental-ui/partials/navbar.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
<div class="navbar-sub-item drop-down">
4040
Product Information
4141
<div class="drop-down-content">
42-
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "product-information.html") }}}">Overview</a>
42+
<a class="drop-down-item" href="{{{ relativize "/home/nightly/product-information.html" }}}">Overview</a>
4343
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "release-notes.html") }}}">Release Notes</a>
4444
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "policies.html") }}}">Policies</a>
45-
<a class="drop-down-item" href="{{{ relativize (versioned "home" page "licenses.html") }}}">Licenses</a>
45+
<a class="drop-down-item" href="{{{ relativize "/home/nightly/licenses.html" }}}">Licenses</a>
4646
</div>
4747
</div>
4848
<a class="navbar-sub-item" href="{{{ relativize (versioned "home" page "contributor/index.html") }}}">Contribute</a>

0 commit comments

Comments
 (0)