cmd/present: fix mixed content warnings when served by HTTPS
Fixes golang/go#11392 Change-Id: Ic7ecf19d88c5a7f1d0ef9bd21476074b242854f0 Reviewed-on: https://go-review.googlesource.com/11534 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
9febd36660
commit
7e09e07243
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div id="topbar"><div class="container">
|
||||
|
||||
<form method="GET" action="http://golang.org/search">
|
||||
<form method="GET" action="//golang.org/search">
|
||||
<div id="menu">
|
||||
<a href="http://golang.org/doc/">Documents</a>
|
||||
<a href="http://golang.org/ref">References</a>
|
||||
|
|
Loading…
Reference in New Issue