From 63bcbdefd4f1ddc2501451e67441efbe76d69cde Mon Sep 17 00:00:00 2001 From: Saba Kharanauli <114554280+runday198@users.noreply.github.com> Date: Sun, 7 May 2023 19:33:21 +0400 Subject: [PATCH] Fix broken links (#1241) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6be1d83..4fa9170 100644 --- a/readme.md +++ b/readme.md @@ -902,7 +902,7 @@ - [Nodeschool](https://github.com/nodeschool) - Learn Node.js with interactive lessons. - [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js. - [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules. -- [The Node Way](https://thenodeway.io) - An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read. +- [The Node Way](https://github.com/FredKSchott/the-node-way) - An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read. - [You Don't Know Node.js](https://github.com/azat-co/you-dont-know-node) - Introduction to Node.js core features and asynchronous JavaScript. - [Portable Node.js guide](https://github.com/ehmicky/cross-platform-node-guide) - Practical guide on how to write portable/cross-platform Node.js code. - [Build a real web app with no frameworks](https://frameworkless.js.org/course) - A set of video tutorials/livestreams to help you build and deploy a real, live web app using a handful of simple libraries and the core Node.js modules. @@ -915,7 +915,7 @@ ### Articles -- [Error Handling in Node.js](https://www.joyent.com/node-js/production/design/errors) +- [Error Handling in Node.js](https://sematext.com/blog/node-js-error-handling/) - [Teach Yourself Node.js in 10 Steps](https://ponyfoo.com/articles/teach-yourself-nodejs-in-10-steps) - [Mastering the filesystem in Node.js](https://medium.com/@yoshuawuyts/mastering-the-filesystem-in-node-js-4706b7cb0801) - [Semver: A Primer](https://nodesource.com/blog/semver-a-primer/)