We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0098f3b + 23ed287 commit 44687d8Copy full SHA for 44687d8
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