From 8d78c17c7757632ddb4dea3fd7a87a194b56f452 Mon Sep 17 00:00:00 2001 From: Vedansh Date: Wed, 29 Jan 2025 18:40:54 +0530 Subject: [PATCH] fix: update nodejs exit topic links --- .../content/exitting--exit-codes@XteNExIZN3_g95_dPCopY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/roadmaps/nodejs/content/exitting--exit-codes@XteNExIZN3_g95_dPCopY.md b/src/data/roadmaps/nodejs/content/exitting--exit-codes@XteNExIZN3_g95_dPCopY.md index 91f4c0bdc..fee6ebf2a 100644 --- a/src/data/roadmaps/nodejs/content/exitting--exit-codes@XteNExIZN3_g95_dPCopY.md +++ b/src/data/roadmaps/nodejs/content/exitting--exit-codes@XteNExIZN3_g95_dPCopY.md @@ -1,8 +1,8 @@ # Exiting and exit codes -`Exiting` is a way of terminating a Node.js process by using node.js process module. +Exiting is a way of terminating a Node.js process by using node.js process module. Visit the following resources to learn more: -- [@official@Node.js Docs on exit](https://nodejs.org/docs/latest/api/process.html) -- [@article@How to Exit a Process in Node.js](https://www.knowledgehut.com/blog/web-development/node-js-process-exit) +- [@official@Exit Documentation](https://nodejs.org/api/process.html#event-exit) +- [@article@How to Exit a Process in Node.js](https://betterstack.com/community/questions/how-to-exit-in-node-js/)