Skip to content

Commit

Permalink
minor #20053 use the ref role for internal links (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.1 branch.

Discussion
----------

use the ref role for internal links

Commits
-------

16c9fdb use the ref role for internal links
  • Loading branch information
javiereguiluz committed Jul 19, 2024
2 parents 38f3e6c + 16c9fdb commit c03a8b0
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 c03a8b0

Please sign in to comment.