From 1b86862d0d6eeb818bc622fee5f140951bd31063 Mon Sep 17 00:00:00 2001 From: Scott Bell Date: Mon, 16 May 2016 13:13:25 -0700 Subject: [PATCH] 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 --- doc/cmd.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.