From 0717d9ed7cfef1da3e914fa27ade59cdad979370 Mon Sep 17 00:00:00 2001 From: Vanessa Ating Date: Fri, 29 Sep 2017 16:01:56 +0100 Subject: [PATCH] fixed broken link for the good parts javascript pdf issue #36 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea1cfe..37e8c23 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Eloquent JS](http://eloquentjavascript.net/) - Free JavaScript Ebook * [You don't know JS](https://github.com/getify/You-Dont-Know-JS) - Free, hosted on GitHub * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/) - learn about the quirky parts of JS - * [JS - The Good Parts .pdf](http://bdcampbell.net/javascript/book/javascript_the_good_parts.pdf) + * [JS - The Good Parts .pdf](https://7chan.org/pr/src/OReilly_JavaScript_The_Good_Parts_May_2008.pdf) * [Learning js Design patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/) - Reusable solutions to commonly occurring problems * [Asynchronous Module Definition](http://requirejs.org/docs/api.html)