From 4aca07e3d4e81e599a4f3e42a9e9468bbad29e05 Mon Sep 17 00:00:00 2001 From: Benson Arafat Date: Thu, 19 Jan 2023 21:27:03 +0100 Subject: [PATCH] Update Broken Link (#3308) Update Callback broken link --- .../content/104-nodejs-async-programming/104-callbacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roadmaps/nodejs/content/104-nodejs-async-programming/104-callbacks.md b/src/roadmaps/nodejs/content/104-nodejs-async-programming/104-callbacks.md index cd2d3d038..550ce1c94 100644 --- a/src/roadmaps/nodejs/content/104-nodejs-async-programming/104-callbacks.md +++ b/src/roadmaps/nodejs/content/104-nodejs-async-programming/104-callbacks.md @@ -4,5 +4,5 @@ Node.js, being an asynchronous platform, doesn't wait around for things like fil Visit the following resources to learn more: -- [What are callbacks?](https://nodejs.org/en/knowledge/getting-started/control-flow/what-are-callbacks/) +- [What are callbacks?](https://developer.mozilla.org/en-US/docs/Glossary/Callback_function) - [Asynchronicity in Programming Languages](https://nodejs.dev/en/learn/javascript-asynchronous-programming-and-callbacks/)