From 48a397695cf009a40dcde1e8c51a6b7c54b2fdac Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Wed, 5 Mar 2025 11:02:38 +0100 Subject: [PATCH] update internal ref in event dispatcher --- event_dispatcher.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_dispatcher.rst b/event_dispatcher.rst index 27885af267b..7372d58b8d0 100644 --- a/event_dispatcher.rst +++ b/event_dispatcher.rst @@ -541,7 +541,7 @@ Creating an Event Subscriber Next, you'll need to create an event subscriber, which will hold the logic that you want to be executed before your controllers. If you're not familiar with -event subscribers, you can learn more about them at :doc:`/event_dispatcher`:: +event subscribers, you can learn more about :ref:`how to use them `:: // src/EventSubscriber/TokenSubscriber.php namespace App\EventSubscriber;