Skip to content

Commit 0742567

Browse files
authored
docs: Update the link for Google's Style Guide (sendgrid#540)
... 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
1 parent 9659ae3 commit 0742567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Generally, we follow the style guidelines as suggested by the official language.
155155

156156
Please run your code through:
157157
- [FindBugs](http://findbugs.sourceforge.net/)
158-
- [CheckStyle](http://checkstyle.sourceforge.net/) with [Google's Java Style Guide](http://checkstyle.sourceforge.net/reports/google-java-style.html).
158+
- [CheckStyle](http://checkstyle.sourceforge.net/) with [Google's Java Style Guide](https://google.github.io/styleguide/javaguide.html).
159159

160160
<a name="creating-a-pull-request"></a>
161161
## Creating a Pull Request

0 commit comments

Comments
 (0)