Skip to content

Commit

Permalink
Fix Search in Child Folders
Browse files Browse the repository at this point in the history
Closes gh-184
  • Loading branch information
rwinch committed Oct 17, 2023
1 parent e9c0c2c commit cf217e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/search.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div id="searchbox"></div>
<div id="counter"></div>
<div class="search-link-box">
<a class="search-link" href="{{{relativize './search.html'}}}">Search in all Spring Docs</a>
<a class="search-link" href="{{{relativize '/search.html'}}}">Search in all Spring Docs</a>
</div>
<div class="search-by">
<a target="_blank" rel="noopener noreferrer" href="https://www.algolia.com/" aria-label="Search by Algolia">
Expand Down

0 comments on commit cf217e9

Please sign in to comment.