From ec8a0917c1558d84c860610c983379ba12a7d9b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:50:54 +0000 Subject: [PATCH] chore: update roadmap content json (#8140) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/nodejs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/roadmap-content/nodejs.json b/public/roadmap-content/nodejs.json index 3fc73fbe9..cf11d76d7 100644 --- a/public/roadmap-content/nodejs.json +++ b/public/roadmap-content/nodejs.json @@ -1023,16 +1023,16 @@ }, "XteNExIZN3_g95_dPCopY": { "title": "Exitting / Exit Codes", - "description": "`Exiting` is a way of terminating a Node.js process by using node.js process module.\n\nVisit the following resources to learn more:", + "description": "Exiting is a way of terminating a Node.js process by using node.js process module.\n\nVisit the following resources to learn more:", "links": [ { - "title": "Node.js Docs on exit", - "url": "https://nodejs.org/docs/latest/api/process.html", + "title": "Exit Documentation", + "url": "https://nodejs.org/api/process.html#event-exit", "type": "article" }, { "title": "How to Exit a Process in Node.js", - "url": "https://www.knowledgehut.com/blog/web-development/node-js-process-exit", + "url": "https://betterstack.com/community/questions/how-to-exit-in-node-js/", "type": "article" } ]