Skip to content

Commit 7a01bba

Browse files
committed
Fix menu search
1 parent f4f35a3 commit 7a01bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/layout.inc.menu.dt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
a.expand-toggle(href="search.html", title="Search")
4343
span Search
4444
#search-box
45-
form(method="GET", action="#{req.rootDir}search")
45+
form(method="GET", action="https://code.dlang.org/search")
4646
span#search-query
4747
input#q(name="q", placeholder="Search for a package")
4848
span#search-submit

0 commit comments

Comments
 (0)