From 5034eaec01f1bd238408a51fb91ee25bbe319720 Mon Sep 17 00:00:00 2001 From: "Tindo N. Arsel" Date: Mon, 1 Aug 2016 14:54:34 +0200 Subject: [PATCH] fix 404 for Google JavaScript Style Guide (#2019) --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 17daebe9..9dacad28 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1298,7 +1298,7 @@ * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) - Addy Osmani * [Eloquent JavaScript 2nd edition](http://eloquentjavascript.net) - Marijn Haverbeke * [Exploring ES6](http://exploringjs.com/es6/) - Dr. Axel Rauschmayer -* [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) +* [Google JavaScript Style Guide](https://github.com/google/styleguide/blob/gh-pages/javascriptguide.xml) * [Human Javascript](http://read.humanjavascript.com) * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) - Reginald Braithwaite * [JavaScript Bible](http://media.wiley.com/product_ancillary/28/07645334/DOWNLOAD/all.pdf) (PDF) -- GitLab