From 3fb9db5a742d04d3bc1e4f9fc27e4544091a66c0 Mon Sep 17 00:00:00 2001 From: Wesley Date: Sat, 4 Jun 2016 15:17:00 -0700 Subject: [PATCH] fixing broken link Google moved their style guides to Github (from an SVN server), and this link was broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 063a15c2..95e24219 100644 --- a/README.md +++ b/README.md @@ -2752,7 +2752,7 @@ Other Style Guides **Other Style Guides** - - [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) + - [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml) - [jQuery Core Style Guidelines](http://contribute.jquery.org/style-guide/js/) - [Principles of Writing Consistent, Idiomatic JavaScript](https://github.com/rwaldron/idiomatic.js)