Skip to content

Commit 23ed287

Browse files
committed
minor #20724 [EventDispatcher] Update internal link (MrYamous)
This PR was merged into the 6.4 branch. Discussion ---------- [EventDispatcher] Update internal link I felt uncomfortable with this link : it's about event subscribers but it just points to the top of the same page. Updated to a more precise ref Commits ------- 48a3976 update internal ref in event dispatcher
2 parents a3bf885 + 48a3976 commit 23ed287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)