From 575130ba928d5a443dcb4050efb4507df94ff8b8 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Mon, 23 May 2016 01:07:51 -0700 Subject: [PATCH] chore(contributing): fix the styleguide link - Fix the link to Google's JavaScript style guide to the updated version --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f72c8f715af..436b71689e62 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -283,7 +283,7 @@ You can find out more detailed information about contributing in the [groups]: https://groups.google.com/forum/?fromgroups#!forum/angular [individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html [irc]: http://webchat.freenode.net/?channels=angularjs&uio=d4 -[js-style-guide]: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml +[js-style-guide]: https://google.github.io/styleguide/javascriptguide.xml [jsfiddle]: http://jsfiddle.net/ [list]: https://groups.google.com/forum/?fromgroups#!forum/angular [ngDocs]: https://github.com/angular/angular.js/wiki/Writing-AngularJS-Documentation