Skip to content

Commit

Permalink
Merge pull request #231 from froschdesign/hotfix/docs/404-link
Browse files Browse the repository at this point in the history
Updates wrong link in documentation for view event
  • Loading branch information
gsteel authored Jan 25, 2024
2 parents 9b34f34 + d414b9c commit 782bd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v2/view-event.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 782bd42

Please sign in to comment.