From: Scott Bell Date: Mon, 16 May 2016 20:13:25 +0000 (-0700) Subject: doc: fix broken link to the vet command documentation X-Git-Tag: go1.7beta1~201 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1b86862d0d6eeb818bc622fee5f140951bd31063;p=gostls13.git doc: fix broken link to the vet command documentation Fixes #15188 Change-Id: I0ab7791f7db499cef6bc52292d3d93ff4da7caff Reviewed-on: https://go-review.googlesource.com/23151 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/cmd.html b/doc/cmd.html index 5d20d3887a..992f176014 100644 --- a/doc/cmd.html +++ b/doc/cmd.html @@ -89,7 +89,7 @@ gofmt command with more general options. -vet +vet      Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.