From 5b0a0b87eee954f43e9afa026c65baeba9132292 Mon Sep 17 00:00:00 2001 From: Ovidiu Voicu Date: Thu, 7 Sep 2017 23:06:55 +0300 Subject: [PATCH] Fixed *Eric Elliott's Essential Javascript Links* 404 link --- README.md | 2 +- javascript-resources.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dce8c71..1830782 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ All of the links in this collection are worth reading, but there's obviously a L [Mozilla Developer Network: A Re-Introduction to Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript) Mozilla maintains a fantastic set of developer resources for Web technologies, including a comprehensive reference to the Javascript language and a number of associated tutorials. Their "reintroduction to Javascript" article is a great overview of what the language looks like. - [Eric Elliott's Javascript Resource Lists](https://medium.com/javascript-scene/10-priceless-resources-for-javascript-learners-bbf2f7d7f84e) - [Eric Elliott's Essential Javascript Links](https://github.com/ericelliott/essential-javascript-links) + [Eric Elliott's Essential Javascript Links](https://gist.github.com/ericelliott/d576f72441fc1b27dace/0cee592f8f8b7eae39c4b3851ae92b00463b67b9) Eric Elliott is a strong proponent of Javascript, has written numerous articles about learning and understanding Javascript, and assembled some very useful lists of numerous Javascript resources. (Strong opinions, but has useful info.) - [Wes Bos's Javascript Resource List](http://wesbos.com/learn-javascript) Speaker and teacher Wes Bos gives links to a number of resources for learning Javascript diff --git a/javascript-resources.md b/javascript-resources.md index 1f664ff..67a93df 100644 --- a/javascript-resources.md +++ b/javascript-resources.md @@ -13,7 +13,7 @@ While this list is primarily focused on learning React and Redux, and generally - **Eric Elliott's Javascript Resource Lists** https://medium.com/javascript-scene/10-priceless-resources-for-javascript-learners-bbf2f7d7f84e - https://github.com/ericelliott/essential-javascript-links + https://gist.github.com/ericelliott/d576f72441fc1b27dace/0cee592f8f8b7eae39c4b3851ae92b00463b67b9 Eric Elliott is a strong proponent of Javascript, has written numerous articles about learning and understanding Javascript, and assembled some very useful lists of numerous Javascript resources. (Note that he is very strongly opinionated in his own articles, particularly about certain code patterns that he feels everyone should follow, but overall his advice and information is pretty solid.) - **Wes Bos's Javascript Resource List**