chore(events): fix links

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
Josh Richards
2026-03-18 12:04:01 -04:00
parent e88b16b6b3
commit 775d3d687d

View File

@@ -46,7 +46,7 @@ The modern mechanism for emitting and listening to events in the server and apps
Older approaches -- **hooks** and **public emitters** -- were used in early Nextcloud versions. They are now deprecated and available only for rare migration or compatibility scenarios.
.. tip::
If youre migrating old code, see `Hooks (Deprecated)`_ and `Public Emitters (Deprecated)`_ sections -- or refer to older documentation versions -- for more historical context helpful to transitioning, including some of the other ways of registering listeners.
If youre migrating old code, see `Hooks`_ and `Public Emitters`_ sections -- or refer to older documentation versions -- for more historical context helpful to transitioning, including some of the other ways of registering listeners.
OCP Event Dispatcher
--------------------