Skip to content

Commit bb4780e

Browse files
authored
Merge pull request google#148 from Angular-cz/gh-pages
fix links to Javascript guide
2 parents c50d146 + 0cb4617 commit bb4780e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angularjs-google-style.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ <h1 class="external">An AngularJS Style Guide for Closure Users at Google</h1>
2121
(or not apply) these recommendations, as relevant to their own use cases.</p>
2222

2323
<p class="external">This document describes style for AngularJS apps in google3. This guide
24-
supplements and extends the <a href="https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml">
24+
supplements and extends the <a href="https://google.github.io/styleguide/javascriptguide.xml">
2525
Google JavaScript Style Guide</a>.
2626
</p>
2727

2828
<p><b>Style Note</b>: Examples on the AngularJS external webpage, and many external apps, are
2929
written in a style that freely uses closures, favors functional inheritance, and does not often use
3030
<a class="external"
31-
href="https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml?showone=JavaScript_Types#JavaScript_Types">
31+
href="https://google.github.io/styleguide/javascriptguide.xml?showone=JavaScript_Types#JavaScript_Types">
3232
JavaScript types</a>. Google follows a more rigorous Javascript style to support JSCompiler
3333
optimizations and large code bases - see the javascript-style mailing list.
3434
This is not an Angular-specific issue, and is not discussed further in this style guide.
@@ -152,7 +152,7 @@ <h3 id="compilerflags">JSCompiler Flags</h3>
152152

153153
<h3 id="controllers">Controllers and Scopes</h3>
154154
<p>Controllers are classes. Methods should be defined on MyCtrl.prototype.
155-
See <a href="https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml?showone=Method_and_property_definitions#Method_and_property_definitions">
155+
See <a href="https://google.github.io/styleguide/javascriptguide.xml?showone=Method_and_property_definitions#Method_and_property_definitions">
156156
the JavaScript style guide</a></p>
157157

158158
<p>Google Angular applications should use the <b>'controller as'</b> style to export the controller

0 commit comments

Comments
 (0)