From 182d277b1cd5993b3651274c823d8a7d186fb504 Mon Sep 17 00:00:00 2001 From: Arajit Samanta Date: Mon, 4 Feb 2019 17:09:41 -0600 Subject: [PATCH] CONTRIBUTING.md: Fix google java style guide link (#5318) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9027b8f2c6..2f7f45b0f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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