Skip to content

Commit 3e252e7

Browse files
authored
docs: update Node.js Learn Event Emitter link (#1938)
1 parent 72c008d commit 3e252e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ events.
390390
The `Client` class wraps a client connection to an
391391
MQTT broker over an arbitrary transport method (TCP, TLS,
392392
WebSocket, ecc).
393-
`Client` is an [EventEmitter](https://nodejs.dev/en/learn/the-nodejs-event-emitter/) that has it's own [events](#events)
393+
`Client` is an [EventEmitter](https://nodejs.org/en/learn/asynchronous-work/the-nodejs-event-emitter) that has it's own [events](#events)
394394

395395
`Client` automatically handles the following:
396396

0 commit comments

Comments
 (0)