We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents deba843 + 44687d8 commit a35d0b0Copy full SHA for a35d0b0
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