From 7fb47bfc6a9be273e4386a575d0e558a3b0f423c Mon Sep 17 00:00:00 2001 From: David Fuhr Date: Tue, 21 Apr 2015 11:31:46 +0200 Subject: [PATCH] Link twig constant function The link was already created but must have been lost in some update. --- best_practices/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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