From bb56ab50269b4e4e961b9b5fa798aca6a6480876 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Thu, 22 Jun 2017 12:30:50 -0700 Subject: [PATCH] Change link to Go style guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1df80a36..c9edb2500 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ which encourages you to share these documents. See [https://creativecommons.org/licenses/by/3.0/][ccl] for more details. The following Google style guides live outside of this project: -[Go Style][go] and [Effective Dart][dart]. +[Go Code Review Comments][go] and [Effective Dart][dart]. Creative Commons License @@ -50,5 +50,5 @@ The following Google style guides live outside of this project: [emacs]: https://raw.githubusercontent.com/google/styleguide/gh-pages/google-c-style.el [xml]: https://google.github.io/styleguide/xmlstyle.html [dart]: https://www.dartlang.org/guides/language/effective-dart -[go]: https://github.com/golang/go/wiki/Style +[go]: https://github.com/golang/go/wiki/CodeReviewComments [ccl]: https://creativecommons.org/licenses/by/3.0/