From bd36010dba0dce929bdbb550c94103c54e6dfaef Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Tue, 23 Jan 2024 16:36:34 +0530 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 621c7ec..627f641 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ AdonisJS events is an implementation of the event emitter built on top of [emittery](https://github.com/sindresorhus/emittery). Alongside defining event listeners as inline callbacks, you can also bind modules to events and define events as classes. ## Official Documentation -The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/events) +The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/emitter) ## Contributing One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.