aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-09-01 22:24:50 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-09-01 22:24:50 +0000
commitbd34d1e10fbfc247c6187779f6ae39205b7f8cfc (patch)
tree763655ae271c908b191082b49acaf4f331799c28
parentde8541b4d21c0276840cbe3d421787b3788a3f87 (diff)
parent7e09e07243f7aafa5fbcc4da39f79083d1797e7b (diff)
downloadtools-bd34d1e10fbfc247c6187779f6ae39205b7f8cfc.tar.gz
cmd/present: fix mixed content warnings when served by HTTPS
automerge: 7e09e07 * commit '7e09e07243f7aafa5fbcc4da39f79083d1797e7b': cmd/present: fix mixed content warnings when served by HTTPS
-rw-r--r--cmd/present/templates/dir.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/present/templates/dir.tmpl b/cmd/present/templates/dir.tmpl
index c5dbcaa..15cf97f 100644
--- a/cmd/present/templates/dir.tmpl
+++ b/cmd/present/templates/dir.tmpl
@@ -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>