Skip to content

Commit c73fbc2

Browse files
committed
Merge pull request symfony#561 from richardmiller/fixing_link_in_internals
Fixed link which went to Event Dispatcher page which no longer exists
2 parents b1da656 + 4690cac commit c73fbc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/internals.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ add the following code at the beginning of your listener method::
231231
.. tip::
232232

233233
If you are not yet familiar with the Symfony2 Event Dispatcher, read the
234-
:doc:`dedicated chapter </book/internals/event_dispatcher>` first.
234+
:ref:`event_dispatcher` section first.
235235

236236
.. index::
237237
single: Event; kernel.request
@@ -419,6 +419,8 @@ used. To make this possible, the Symfony2 kernel throws an event -
419419
.. index::
420420
single: Event Dispatcher; Events
421421

422+
.. _event_dispatcher:
423+
422424
Events
423425
~~~~~~
424426

0 commit comments

Comments
 (0)