Repository: incubator-zeppelin Updated Branches: refs/heads/master 215dd6f36 -> 64085f59c
Update external links to project code style guides ### What is this PR for? Update external links to project code style guides in CONTRIBUTING.md as old ones give 404 now ### What type of PR is it? Bug Fix ### How should this be tested? Lins should be clickable and return 200 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Alexander Bezzubov <[email protected]> Closes #968 from bzz/fix/update-styleguid-links and squashes the following commits: f5f8155 [Alexander Bezzubov] Update external links to project code styleguides Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/64085f59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/64085f59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/64085f59 Branch: refs/heads/master Commit: 64085f59c90eb27fa2f3e628f6ab60123adb5744 Parents: 215dd6f Author: Alexander Bezzubov <[email protected]> Authored: Mon Jun 6 06:56:41 2016 +0200 Committer: Alexander Bezzubov <[email protected]> Committed: Tue Jun 7 07:09:30 2016 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/64085f59/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30c76f7..ed2849e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,8 +125,8 @@ please check [its own contribution guidelines](https://github.com/apache/incubat ### Code convention We are following Google Code style: -* [Java style](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html) -* [Shell style](https://google-styleguide.googlecode.com/svn/trunk/shell.xml) +* [Java style](https://google.github.io/styleguide/javaguide.html) +* [Shell style](https://google.github.io/styleguide/shell.xml) Check style report location are in `${submodule}/target/site/checkstyle.html` Test coverage report location are in `${submodule}/target/site/cobertura/index.html`
