Skip to content

Commit 5ceaa66

Browse files
fix: broken link to EventPriorities src
1 parent ca58f66 commit 5ceaa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Attribute | Type | Default | Description
5959

6060
Registering your own event listeners to add extra logic is convenient.
6161

62-
The [`ApiPlatform\Core\EventListener\EventPriorities`](https://github.com/api-platform/core/blob/main/src/EventListener/EventPriorities.php) class comes with a convenient set of class constants corresponding to commonly used priorities:
62+
The [`ApiPlatform\Core\EventListener\EventPriorities`](https://github.com/api-platform/core/blob/main/src/Core/EventListener/EventPriorities.php) class comes with a convenient set of class constants corresponding to commonly used priorities:
6363

6464
Constant | Event | Priority |
6565
-------------------|-------------------|----------|

0 commit comments

Comments
 (0)