diff --git a/src/data/roadmaps/nodejs/content/event-loop@b679H8gEBuvrHQ8ik7e96.md b/src/data/roadmaps/nodejs/content/event-loop@b679H8gEBuvrHQ8ik7e96.md index 85ce7e37c3ea..73734487c60f 100644 --- a/src/data/roadmaps/nodejs/content/event-loop@b679H8gEBuvrHQ8ik7e96.md +++ b/src/data/roadmaps/nodejs/content/event-loop@b679H8gEBuvrHQ8ik7e96.md @@ -4,9 +4,7 @@ The Event Loop is one of the most critical aspects of Node.js. Why is this so im Visit the following resources to learn more: -- [@course@The Node.js Event Loop](https://www.coursera.org/lecture/secure-full-stack-mean-developer/the-node-js-event-loop-j5fbT) -- [@official@The Node.JS Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#what-is-the-event-loop) -- [@official@The NodeJS Event loop](https://nodejs.org/en/guides/event-loop-timers-and-nexttick) -- [@official@Don't Block the Event Loop](https://nodejs.org/en/guides/dont-block-the-event-loop) +- [@official@The Node.JS Event Loop](https://nodejs.org/learn/asynchronous-work/event-loop-timers-and-nexttick) +- [@official@Don't Block the Event Loop](https://nodejs.org/learn/asynchronous-work/dont-block-the-event-loop) - [@article@JavaScript Visualized: Event Loop](https://dev.to/lydiahallie/javascript-visualized-event-loop-3dif) - [@article@Event Loop in Node.js - Mixu's Node book](https://book.mixu.net/node/ch2.html#the-event-loop-understanding-how-node-executes-javascript-code) \ No newline at end of file