From 3658622d3ef0d429824fa613752e3f26dff5134c Mon Sep 17 00:00:00 2001 From: Pavel Zinovkin Date: Thu, 2 Jan 2014 11:02:13 -0800 Subject: [PATCH] go.tools/cmd/goimports: Fixed url R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/40610046 --- cmd/goimports/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/goimports/doc.go b/cmd/goimports/doc.go index d48d09cf..c793241e 100644 --- a/cmd/goimports/doc.go +++ b/cmd/goimports/doc.go @@ -25,7 +25,7 @@ For vim, set "gofmt_command" to "goimports": etc For GoSublime, follow the steps described here: - http://mdwhatcott.wordpress.com/2013/12/15/installing-and-enabling-goimports-with-gosublime/ + http://michaelwhatcott.com/gosublime-goimports/ For other editors, you probably know what to do.