From 89e613d158c2205d1db0da5b8299111f8f076b73 Mon Sep 17 00:00:00 2001 From: Sergey Panfilov Date: Sat, 22 Feb 2025 07:05:36 +0100 Subject: [PATCH] Fix links to JavaScript resources --- javascript.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/javascript.md b/javascript.md index 6b6a9b10..488e6c62 100644 --- a/javascript.md +++ b/javascript.md @@ -646,13 +646,13 @@ of the language. [JavaScript: The Definitive Guide][6] is a classic guide and reference book. -[Eloquent JavaScript][8] by Marijn Haverbeke is an excellent JS book/ebook with +[Eloquent JavaScript][http://eloquentjavascript.net/] by Marijn Haverbeke is an excellent JS book/ebook with attached terminal -[JavaScript: The Right Way][10] is a guide intended to introduce new developers +[JavaScript: The Right Way][http://jstherightway.org/] is a guide intended to introduce new developers to JavaScript and help experienced developers learn more about its best practices. -[javascript.info][11] is a modern JavaScript tutorial covering the basics (core language and working with a browser) +[javascript.info][https://javascript.info/] is a modern JavaScript tutorial covering the basics (core language and working with a browser) as well as advanced topics with concise explanations. @@ -668,6 +668,3 @@ Mozilla Developer Network. [6]: http://www.amazon.com/gp/product/0596805527/ [7]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript [8]: https://www.javascripttutorial.net/ -[8]: http://eloquentjavascript.net/ -[10]: http://jstherightway.org/ -[11]: https://javascript.info/