diff --git a/README.md b/README.md index 3ca11a546..eb2f1dfcc 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ that apply to that project. This project holds the [C++ Style Guide][cpp], [C# Style Guide][csharp], [Swift Style Guide][swift], [Objective-C Style Guide][objc], -[Java Style Guide][java], [Python Style Guide][py], [R Style Guide][r], -[Shell Style Guide][sh], [HTML/CSS Style Guide][htmlcss], -[JavaScript Style Guide][js], [TypeScript Style Guide][ts], [AngularJS Style Guide][angular], -[Common Lisp Style Guide][cl], and [Vimscript Style Guide][vim]. This project -also contains [cpplint][cpplint], a tool to assist with style guide compliance, -and [google-c-style.el][emacs], an Emacs settings file for Google style. +[Go Style Guide][go], [Java Style Guide][java], [Python Style Guide][py], +[R Style Guide][r], [Shell Style Guide][sh], [HTML/CSS Style Guide][htmlcss], +[JavaScript Style Guide][js], [TypeScript Style Guide][ts], +[AngularJS Style Guide][angular], [Common Lisp Style Guide][cl], and +[Vimscript Style Guide][vim]. This project also contains [cpplint][cpplint], +a tool to assist with style guide compliance, and [google-c-style.el][emacs], +an Emacs settings file for Google style. If your project requires that you create a new XML document format, the [XML Document Format Style Guide][xml] may be helpful. In addition to actual style @@ -30,8 +31,8 @@ The style guides in this project are licensed under the CC-By 3.0 License, 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 Code Review Comments][go] and [Effective Dart][dart]. +The following Google style guide lives outside of this project: +[Effective Dart][dart]. ## Contributing @@ -52,6 +53,7 @@ but we are primarily optimizing for Google's internal needs. [csharp]: https://google.github.io/styleguide/csharp-style.html [swift]: https://google.github.io/swift/ [objc]: objcguide.md +[go]: go/ [java]: https://google.github.io/styleguide/javaguide.html [py]: https://google.github.io/styleguide/pyguide.html [r]: https://google.github.io/styleguide/Rguide.html @@ -65,7 +67,6 @@ but we are primarily optimizing for Google's internal needs. [cpplint]: https://github.com/google/styleguide/tree/gh-pages/cpplint [emacs]: https://raw.githubusercontent.com/google/styleguide/gh-pages/google-c-style.el [xml]: https://google.github.io/styleguide/xmlstyle.html -[go]: https://golang.org/wiki/CodeReviewComments [dart]: https://www.dartlang.org/guides/language/effective-dart [ccl]: https://creativecommons.org/licenses/by/3.0/