CONTRIBUTING.md: Fix google java style guide link (#5318)

This commit is contained in:
Arajit Samanta 2019-02-04 17:09:41 -06:00 committed by Jihun Cho
parent 71d067e8f5
commit 182d277b1c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ See [COMPILING.md](COMPILING.md). Specifically, you'll generally want to set
## Code style
We follow the [Google Java Style
Guide](https://google-styleguide.googlecode.com/svn/trunk/javaguide.html). Our
Guide](https://google.github.io/styleguide/javaguide.html). Our
build automatically will provide warnings for style issues.
[Eclipse](https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml)
and