Skip to content

Commit 0fd794a

Browse files
committed
Updated Google JavaScript style guide link in the readme
1 parent a79a8ae commit 0fd794a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ These are general guidelines, not rules. I won't refuse a pull request just beca
4343
* JSDoc comments: Use [closure compiler annotations][jsdoc].
4444
* Method chaining: Avoid long chained method statements, two or three max.
4545

46-
[styleguide]: https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
46+
[styleguide]: https://google.github.io/styleguide/javascriptguide.xml
4747
[jsdoc]: https://developers.google.com/closure/compiler/docs/js-for-compiler
4848

4949
## License

0 commit comments

Comments
 (0)