Skip to content

Commit

Permalink
use https for google search
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Mar 3, 2016
1 parent 6654729 commit ff7fc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpl-docs/views/layout.dt
Expand Up @@ -115,7 +115,7 @@ html(lang='en-US')
a.expand-toggle(href="#{root_dir}search.html", title="Search")
span Search
#search-box
form(method='get', action='http://google.com/search')
form(method='get', action='https://google.com/search')
input#domains(type='hidden', name='domains', value='dlang.org')
|
input#sourceid(type='hidden', name='sourceid', value='google-search')
Expand Down

0 comments on commit ff7fc39

Please sign in to comment.