Skip to content

Commit 52c0866

Browse files
authored
Change header's relative link to /en/search/index.html (#72)
* Change header's relative link to /en/search/index.html * Use https://docs.datastax.com/en/search/index.html in alg-search-form
1 parent 4c4dc62 commit 52c0866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcx/styles/src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737
</div>
3838
<div class="navbar-end__group">
39-
<form id="alg-search-form" class="ds-search-form" action="../../search/index.html" target="_blank" method="GET">
39+
<form id="alg-search-form" class="ds-search-form" action="https://docs.datastax.com/en/search/index.html" target="_blank" method="GET">
4040
<div>
4141
<div class="ds-search-input-icon">
4242
<svg width="16" height="16" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">

0 commit comments

Comments
 (0)