We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3b8ab commit 48a3976Copy full SHA for 48a3976
event_dispatcher.rst
@@ -541,7 +541,7 @@ Creating an Event Subscriber
541
542
Next, you'll need to create an event subscriber, which will hold the logic
543
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`::
+event subscribers, you can learn more about :ref:`how to use them <events-subscriber>`::
545
546
// src/EventSubscriber/TokenSubscriber.php
547
namespace App\EventSubscriber;
0 commit comments