Skip to content

Commit 8b59c0b

Browse files
IckleChrisalanpoulain
authored andcommitted
Fixes the URL to Doctrine ORM events docs (#750)
* Fixes the URL to Doctrine ORM events docs * Use latest instead off current in Doctrine ORM events doc URL Co-Authored-By: IckleChris <[email protected]>
1 parent 18054b5 commit 8b59c0b

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
@@ -68,7 +68,7 @@ feature](http://symfony.com/doc/current/components/dependency_injection/autowiri
6868

6969
Alternatively, [the subscriber must be registered manually](http://symfony.com/doc/current/components/http_kernel/introduction.html#creating-an-event-listener).
7070

71-
Doctrine events ([ORM](http://doctrine-orm.readthedocs.org/en/latest/reference/events.html#reference-events-lifecycle-events), [MongoDB ODM](https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/events.html#lifecycle-events))
71+
Doctrine events ([ORM](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/events.html), [MongoDB ODM](https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/events.html#lifecycle-events))
7272
are also available (if you use it) if you want to hook at the object lifecycle events.
7373

7474
Built-in event listeners are:

0 commit comments

Comments
 (0)