summaryrefslogtreecommitdiff
path: root/doc/cmd.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-11-10 09:15:57 +1100
committerAndrew Gerrand <adg@golang.org>2014-11-10 09:15:57 +1100
commit395a8eb5f4e4e10220a8a728a2124cf1521f70d3 (patch)
tree0403ff97a90c22c99f946ba4f3cf1672f8496947 /doc/cmd.html
parent00f9c7b0d78e148c2010d0487c8bdb761bd8b147 (diff)
downloadgo-395a8eb5f4e4e10220a8a728a2124cf1521f70d3.tar.gz
all: use golang.org/x/... import paths
LGTM=rsc, r R=r, rsc CC=golang-codereview, golang-codereviews https://codereview.appspot.com/168050043
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 132ea275f..5d20d3887 100644
--- a/doc/cmd.html
+++ b/doc/cmd.html
@@ -62,7 +62,7 @@ details.
</tr>
<tr>
-<td><a href="//godoc.org/code.google.com/p/go.tools/cmd/cover/">cover</a></td>
+<td><a href="//godoc.org/golang.org/x/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>.</td>
@@ -83,13 +83,13 @@ gofmt</a> command with more general options.</td>
</tr>
<tr>
-<td><a href="//godoc.org/code.google.com/p/go.tools/cmd/godoc/">godoc</a></td>
+<td><a href="//godoc.org/golang.org/x/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="//godoc.org/code.google.com/p/go.tools/cmd/vet/">vet</a></td>
+<td><a href="//godoc.org/golang.org/x/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>