diff --git a/reference/dic_tags.rst b/reference/dic_tags.rst index 833b4cc33d1..bdce845b312 100644 --- a/reference/dic_tags.rst +++ b/reference/dic_tags.rst @@ -618,7 +618,7 @@ kernel.terminate +-------------------------------------------------------------------------------------------+----------+ | Listener Class Name | Priority | +===========================================================================================+==========+ -| :class:`Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener` | 0 | +| `EmailSenderListener`_ | 0 | +-------------------------------------------------------------------------------------------+----------+ .. _dic-tags-kernel-event-subscriber: @@ -1396,3 +1396,4 @@ For an example, see the ``EntityInitializer`` class inside the Doctrine Bridge. .. _`Twig official extension repository`: https://github.com/twigphp/Twig-extensions .. _`SwiftMailer's Plugin Documentation`: http://swiftmailer.org/docs/plugins.html .. _`Twig Loader`: http://twig.sensiolabs.org/doc/api.html#loaders +.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php