Skip to content

Commit

Permalink
use the ref role for internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jul 19, 2024
1 parent 292896f commit 16c9fdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions reference/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ their priorities:

This event is dispatched after the controller has been resolved but before executing
it. It's useful to initialize things later needed by the
controller, such as `value resolvers`_, and even to change the controller
entirely::
controller, such as :ref:`value resolvers <managing-value-resolvers>`, and
even to change the controller entirely::

use Symfony\Component\HttpKernel\Event\ControllerEvent;

Expand Down Expand Up @@ -296,5 +296,3 @@ their priorities:
.. code-block:: terminal
$ php bin/console debug:event-dispatcher kernel.exception
.. _`value resolvers`: https://symfony.com/doc/current/controller/value_resolver.html#managing-value-resolvers

0 comments on commit 16c9fdb

Please sign in to comment.