From a27aaf6e2da0ec99f579120fa11a4babd8edde20 Mon Sep 17 00:00:00 2001 From: Ebenezer Adeoye Date: Sun, 12 Nov 2023 19:50:59 +0100 Subject: [PATCH] Fixed the links not working (#4677) --- .../content/100-nodejs-introduction/103-nodejs-vs-browser.md | 2 +- .../content/100-nodejs-introduction/104-running-nodejs-code.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md b/src/data/roadmaps/nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md index 279dc0a7f..4af186a40 100644 --- a/src/data/roadmaps/nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md +++ b/src/data/roadmaps/nodejs/content/100-nodejs-introduction/103-nodejs-vs-browser.md @@ -4,4 +4,4 @@ Both the browser and Node.js use JavaScript as their programming language. Build Visit the following resources to learn more: -- [Differences between Node.js and the Browser](https://nodejs.dev/en/learn/differences-between-nodejs-and-the-browser/) +- [Differences between Node.js and the Browser](https://nodejs.org/en/learn/getting-started/differences-between-nodejs-and-the-browser/) diff --git a/src/data/roadmaps/nodejs/content/100-nodejs-introduction/104-running-nodejs-code.md b/src/data/roadmaps/nodejs/content/100-nodejs-introduction/104-running-nodejs-code.md index db19bfa2b..bc8be2e8a 100644 --- a/src/data/roadmaps/nodejs/content/100-nodejs-introduction/104-running-nodejs-code.md +++ b/src/data/roadmaps/nodejs/content/100-nodejs-introduction/104-running-nodejs-code.md @@ -4,4 +4,4 @@ The usual way to run a Node.js program is to run the globally available `node` c Visit the following resources to learn more: -- [Run Node.js from Command Line](https://nodejs.dev/en/learn/run-nodejs-scripts-from-the-command-line/) +- [Run Node.js from Command Line](https://nodejs.org/en/learn/command-line/run-nodejs-scripts-from-the-command-line/)