diff --git a/best_practices/configuration.rst b/best_practices/configuration.rst index ff1d8d05428..5c99a71f128 100644 --- a/best_practices/configuration.rst +++ b/best_practices/configuration.rst @@ -126,7 +126,7 @@ everywhere in your application. When using parameters, they are only available from places with access to the Symfony container. Constants can be used for example in your Twig templates thanks to the -``constant()`` function: +`constant() function`_: .. code-block:: html+jinja