diff --git a/book/security.rst b/book/security.rst index a301fca0b4a..2f3ed0f30a6 100644 --- a/book/security.rst +++ b/book/security.rst @@ -1069,7 +1069,7 @@ the User object, and use the ``isGranted`` method (or Retrieving the User in a Template ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In a Twig Template this object can be accessed via the `app.user `_ +In a Twig Template this object can be accessed via the :ref:`app.user ` key: .. configuration-block::