Update link base to new location.
diff --git a/lint.go b/lint.go
index ce3b0f3..17d7ec8 100644
--- a/lint.go
+++ b/lint.go
@@ -21,7 +21,7 @@
 	"unicode/utf8"
 )
 
-const styleGuideBase = "http://golang.org/s/style"
+const styleGuideBase = "http://golang.org/s/comments"
 
 // A Linter lints Go source code.
 type Linter struct {