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;