Skip to content

Commit a35d0b0

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: update internal ref in event dispatcher
2 parents deba843 + 44687d8 commit a35d0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event_dispatcher.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Creating an Event Subscriber
541541

542542
Next, you'll need to create an event subscriber, which will hold the logic
543543
that you want to be executed before your controllers. If you're not familiar with
544-
event subscribers, you can learn more about them at :doc:`/event_dispatcher`::
544+
event subscribers, you can learn more about :ref:`how to use them <events-subscriber>`::
545545

546546
// src/EventSubscriber/TokenSubscriber.php
547547
namespace App\EventSubscriber;

0 commit comments

Comments
 (0)