From aa2b4c568a6030280295d0fa1c08f2d22679dca6 Mon Sep 17 00:00:00 2001 From: Tianyin Xu Date: Thu, 13 Jul 2017 13:57:55 -0700 Subject: [PATCH] Fix the outdated link to google's java style guide Closes https://github.com/google/guice/pull/1114 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161859468 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14055808c..c104f5954 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ again. 1. Finally, push the commits to your fork and submit a [pull request][]. [forking]: https://help.github.com/articles/fork-a-repo -[java style guide]: http://google-styleguide.googlecode.com/svn/trunk/javaguide.html +[java style guide]: https://google.github.io/styleguide/javaguide.html [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html [pull request]: https://help.github.com/articles/creating-a-pull-request