aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-01-09 10:19:32 -0800
committerGitHub <noreply@github.com>2017-01-09 10:19:32 -0800
commit4afb9149395e697fb7708492f582e8cd25188a38 (patch)
tree83f5b471b7d8b70b3b9a6fe72caf9ca7085ba13d /CONTRIBUTING.md
parentea4390cf5c44e066e1649418f69822029bb58f1e (diff)
downloadgrpc-grpc-java-4afb9149395e697fb7708492f582e8cd25188a38.tar.gz
all: update styleguide XML to canonical one on github
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 772aa59a2..7b9fdfef9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,9 +19,9 @@ In order to protect both you and ourselves, you will need to sign the
We follow the [Google Java Style
Guide](https://google-styleguide.googlecode.com/svn/trunk/javaguide.html). Our
build automatically will provide warnings for style issues.
-[Eclipse](https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml)
+[Eclipse](https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml)
and
-[IntelliJ](https://google-styleguide.googlecode.com/svn/trunk/intellij-java-google-style.xml)
+[IntelliJ](https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml)
style configurations are commonly useful. For IntelliJ 14, copy the style to
`~/.IdeaIC14/config/codestyles/`, start IntelliJ, go to File > Settings > Code
Style, and set the Scheme to `GoogleStyle`.