]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix broken link to the vet command documentation
authorScott Bell <scott@sctsm.com>
Mon, 16 May 2016 20:13:25 +0000 (13:13 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 16 May 2016 21:30:31 +0000 (21:30 +0000)
Fixes #15188

Change-Id: I0ab7791f7db499cef6bc52292d3d93ff4da7caff
Reviewed-on: https://go-review.googlesource.com/23151
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/cmd.html

index 5d20d3887ae96cbb841cfb1e50fd0dce77d5ff3c..992f176014e234fb614d9372948a62a52e6c43a9 100644 (file)
@@ -89,7 +89,7 @@ gofmt</a> command with more general options.</td>
 </tr>
 
 <tr>
-<td><a href="//godoc.org/golang.org/x/tools/cmd/vet/">vet</a></td>
+<td><a href="/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>