1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Fixed the links not working (#4677)

This commit is contained in:
Ebenezer Adeoye
2023-11-12 19:50:59 +01:00
committed by GitHub
parent be02cc59ea
commit a27aaf6e2d
2 changed files with 2 additions and 2 deletions

View File

@@ -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/)

View File

@@ -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/)