Skip to content

Commit c991387

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: use the ref role for internal links
2 parents 2991e39 + c03a8b0 commit c991387

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

reference/events.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ their priorities:
5656

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

6262
use Symfony\Component\HttpKernel\Event\ControllerEvent;
6363

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

0 commit comments

Comments
 (0)