From e9e57d268a345a6aafff3b2947444ee97f130cea Mon Sep 17 00:00:00 2001 From: MrYamous Date: Tue, 7 Mar 2023 19:41:06 +0100 Subject: [PATCH] [Routing] Fix broken link --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index 6a5fb801c34..e5069980974 100644 --- a/routing.rst +++ b/routing.rst @@ -984,7 +984,7 @@ this case), the "param converter" makes a database request to find the object using the request parameters (``slug`` in this case). If no object is found, Symfony generates a 404 response automatically. -Check out the `Doctrine param conversion documentation `_ +Check out the :ref:`Doctrine param conversion documentation ` to learn about the ``#[MapEntity]`` attribute that can be used to customize the database queries used to fetch the object from the route parameter.