From 452c931894dc71dfdcea8a1dde2f06202a340788 Mon Sep 17 00:00:00 2001 From: Shekhar Date: Wed, 22 Jun 2022 17:26:12 +0530 Subject: [PATCH] fix: broken event system tutorial link Updated the "Event-Driven Programming in Node.js" tutorial link in Event System section in place of broken link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d6c2c..9324375 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ ## Event System -- [Event-Driven Programming in Node.js](https://alligator.io/nodejs/event-driven-programming/) +- [Event-Driven Programming in Node.js](https://www.digitalocean.com/community/tutorials/nodejs-event-driven-programming) - [How to code your own event emitter in Node.js](https://www.freecodecamp.org/news/how-to-code-your-own-event-emitter-in-node-js-a-step-by-step-guide-e13b7e7908e1/) - [Handling and dispatching events with Node.js](https://blog.logrocket.com/handling-and-dispatching-events-with-node-js/)