From ee5d7becc89bdab45f4f282dd0fc0f2ea27bdbab Mon Sep 17 00:00:00 2001 From: Rohan Talip Date: Wed, 31 Oct 2018 10:28:48 -0700 Subject: [PATCH] Updated the link for Google's Style Guide ... from the out-of-date http://checkstyle.sourceforge.net/reports/google-java-style.html (last updated 2014-03-21) ... to https://google.github.io/styleguide/javaguide.html (last updated 2018-05-22) See also https://github.com/google/styleguide/blob/gh-pages/javaguide.html --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 230fab0b..9c30341b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -164,7 +164,7 @@ Generally, we follow the style guidelines as suggested by the official language. Please run your code through: - [FindBugs](http://findbugs.sourceforge.net/) -- [CheckStyle](http://checkstyle.sourceforge.net/) with [Google's Java Style Guide](http://checkstyle.sourceforge.net/reports/google-java-style.html). +- [CheckStyle](http://checkstyle.sourceforge.net/) with [Google's Java Style Guide](https://google.github.io/styleguide/javaguide.html). ## Creating a Pull Request