8000 minor #18661 [Doctrine] fix `AsDoctrineListener` github link in `Doct… · symfony/symfony-docs@d5b31d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5b31d5

Browse files
committed
minor #18661 [Doctrine] fix AsDoctrineListener github link in Doctrine Events doc (Damien Carrier)
This PR was merged into the 6.3 branch. Discussion ---------- [Doctrine] fix `AsDoctrineListener` github link in `Doctrine Events` doc Hello, I am fixing a dead link in [Doctrine Events](https://symfony.com/doc/current/doctrine/events.html) page. This is my first Symfony doc contribution, I hope I am doing it right. Commits ------- 1fb3f4d [Doctrine] fix `AsDoctrineListener` github link in `Doctrine Events` doc
2 parents 7b80056 + 1fb3f4d commit d5b31d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,7 @@ listener in the Symfony 82D7 application by creating a new service for it and
260260
261261
.. versionadded:: 2.7.2
262262

263-
The :class:`Doctrine\\Bundle\\DoctrineBundle\\Attribute\\AsDoctrineListener`
264-
attribute was introduced in DoctrineBundle 2.7.2.
263+
The `AsDoctrineListener`_ attribute was introduced in DoctrineBundle 2.7.2.
265264

266265
.. tip::
267266

@@ -561,3 +560,4 @@ Doctrine connection to use) you must do that in the manual service configuration
561560
.. _`lifecycle events`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/events.html#lifecycle-events
562561
.. _`official docs about Doctrine events`: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/events.html
563562
.. _`DoctrineMongoDBBundle documentation`: https://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
563+
.. _`AsDoctrineListener`: https://github.com/doctrine/DoctrineBundle/blob/2.10.x/Attribute/AsDoctrineListener.php

0 commit comments

Comments
 (0)
0