Skip to content

Commit 839c9ef

Browse files
committed
replace API link for SwiftmailerBundle
1 parent 9680ec0 commit 839c9ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/http_kernel/introduction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,9 @@ as possible to the client (e.g. sending emails).
495495

496496
.. sidebar:: ``kernel.terminate`` in the Symfony Framework
497497

498-
If you use the SwiftmailerBundle with Symfony and use ``memory``
499-
spooling, then the :class:`Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener`
500-
is activated, which actually delivers any emails that you scheduled to
501-
send during the request.
498+
If you use the SwiftmailerBundle with Symfony and use ``memory`` spooling,
499+
then the `EmailSenderListener`_ is activated, which actually delivers
500+
any emails that you scheduled to send during the request.
502501

503502
.. _component-http-kernel-kernel-exception:
504503

@@ -709,3 +708,4 @@ look like this::
709708
.. _`SensioFrameworkExtraBundle`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
710709
.. _`@ParamConverter`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
711710
.. _`@Template`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view.html
711+
.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php

0 commit comments

Comments
 (0)