Fix link to CodeReviewComments wiki page.

Fixes #131.

Signed-off-by: David Symonds <dsymonds@golang.org>
diff --git a/README.md b/README.md
index c1b6b36..e5affe4 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 suggestions to be enforced automatically, for example as part of a build process.
 Golint makes suggestions for many of the mechanically checkable items listed in
 [Effective Go](https://golang.org/doc/effective_go.html) and the
-[CodeReviewComments wiki page](golang.org/wiki/CodeReviewComments).
+[CodeReviewComments wiki page](https://golang.org/wiki/CodeReviewComments).
 
 If you find an established style that is frequently violated, and which
 you think golint could statically check,