summaryrefslogtreecommitdiff
path: root/doc/cmd.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-07-25 10:28:39 +1000
committerAndrew Gerrand <adg@golang.org>2014-07-25 10:28:39 +1000
commit43ad89d627ece6d95529a51eeba67b8748039103 (patch)
treea9a9dbc8ae51765097bd1f6869ceceec2c9c9b0d /doc/cmd.html
parentcf35f5b7429896ae91c4644740f73423ea0dbb27 (diff)
downloadgo-git-43ad89d627ece6d95529a51eeba67b8748039103.tar.gz
doc: drop scheme from links that are known to support HTTPS
golang.org now serves HTTPS with a valid cert, so it's reasonable that users should click through to the HTTPS versions of *.golang.org and other known sites. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/112650043
Diffstat (limited to 'doc/cmd.html')
-rw-r--r--doc/cmd.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cmd.html b/doc/cmd.html
index b8bdcdadec..725666f1de 100644
--- a/doc/cmd.html
+++ b/doc/cmd.html
@@ -62,7 +62,7 @@ details.
</tr>
<tr>
-<td><a href="http://godoc.org/code.google.com/p/go.tools/cmd/cover/">cover</a></td>
+<td><a href="//godoc.org/code.google.com/p/go.tools/cmd/cover/">cover</a></td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td>Cover is a program for creating and analyzing the coverage profiles
generated by <code>"go test -coverprofile"</code>.
@@ -83,13 +83,13 @@ gofmt</a> command with more general options.</td>
</tr>
<tr>
-<td><a href="http://godoc.org/code.google.com/p/go.tools/cmd/godoc/">godoc</a></td>
+<td><a href="//godoc.org/code.google.com/p/go.tools/cmd/godoc/">godoc</a></td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td>Godoc extracts and generates documentation for Go packages.</td>
</tr>
<tr>
-<td><a href="http://godoc.org/code.google.com/p/go.tools/cmd/vet/">vet</a></td>
+<td><a href="//godoc.org/code.google.com/p/go.tools/cmd/vet/">vet</a></td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td>Vet examines Go source code and reports suspicious constructs, such as Printf
calls whose arguments do not align with the format string.</td>