Skip to content

Commit da94e8a

Browse files
committed
fix glossary link in header-content.hbs
1 parent 238a24d commit da94e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/partials/header-content.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="navbar-end">
2929
<div class="doc-link">
3030
<ul id="ds_sites_list">
31-
<li><a href="/en/glossary/doc" target="_blank">Glossary</a></li>
31+
<li><a href="/en/glossary/docs" target="_blank">Glossary</a></li>
3232
<li><a href="https://support.datastax.com/" target="_blank">Support</a></li>
3333
<li><a href="https://downloads.datastax.com/" target="_blank">Downloads</a></li>
3434
<li><a href="https://www.datastax.com/" target="_self">DataStax Home</a></li>
@@ -58,4 +58,4 @@
5858
</div>
5959
</div>
6060
</nav>
61-
</header>
61+
</header>

0 commit comments

Comments
 (0)