Skip to content

Commit

Permalink
minor #4835 Fixed broken link (SofHad)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fixed broken link

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #4827

Commits
-------

05d1a64 Fixed broken link #4827
  • Loading branch information
wouterj committed Jan 16, 2015
2 parents d2a67ac + 05d1a64 commit 13ffb83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/dic_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ kernel.terminate
+-------------------------------------------------------------------------------------------+----------+
| Listener Class Name | Priority |
+===========================================================================================+==========+
| :class:`Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener` | 0 |
| `EmailSenderListener`_ | 0 |
+-------------------------------------------------------------------------------------------+----------+
.. _dic-tags-kernel-event-subscriber:
Expand Down Expand Up @@ -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

0 comments on commit 13ffb83

Please sign in to comment.