diff options
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index 35e3ff6..5357aa1 100644 --- a/templates/home.html +++ b/templates/home.html @@ -20,7 +20,7 @@ </section> <section class="section"> <div class="container"> - <form action="/2.0/search" method="GET"> + <form action="/search" method="GET"> <div class="field has-addons"> <div class="control is-expanded has-icons-left"> <input class="input is-large" type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false"> |