Skip to content

Commit

Permalink
Update search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrt134 authored Sep 15, 2021
1 parent 0a48c9f commit 0eba0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function init() {

entry.classList.add('flex')

a.href = page.href;
a.href = `/docs${page.href}`;
a.textContent = page.title;
a.classList.add('gdoc-search__entry')

Expand Down

0 comments on commit 0eba0f0

Please sign in to comment.