From d414b9c26b6629ff6973a13ef60c0a74f4214253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Br=C3=BCckner?= Date: Wed, 10 Jan 2024 15:49:07 +0100 Subject: [PATCH] Updates wrong link in documentation for view event MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frank Brückner --- docs/book/v2/view-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v2/view-event.md b/docs/book/v2/view-event.md index ae3bb811c..b72d57129 100644 --- a/docs/book/v2/view-event.md +++ b/docs/book/v2/view-event.md @@ -1,7 +1,7 @@ # The ViewEvent laminas-view incorporates and utilizes a custom [laminas-eventmanager -Event](https://laminas.github.com/laminas-eventmanager) implementation, +Event](https://docs.laminas.dev/laminas-eventmanager/) implementation, `Laminas\View\ViewEvent`. This event is created during `Laminas\View\View::getEvent()` and is passed directly to all the events the `View` class triggers.