Skip to content

Commit c317ce0

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [Routing] Fix broken link
2 parents 9b5d1a4 + 25cd196 commit c317ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ this case), the "param converter" makes a database request to find the object
984984
using the request parameters (``slug`` in this case). If no object is found,
985985
Symfony generates a 404 response automatically.
986986

987-
Check out the `Doctrine param conversion documentation <doctrine-entity-value-resolver>`_
987+
Check out the :ref:`Doctrine param conversion documentation <doctrine-entity-value-resolver>`
988988
to learn about the ``#[MapEntity]`` attribute that can be used to customize the
989989
database queries used to fetch the object from the route parameter.
990990

0 commit comments

Comments
 (0)