From 51068bb0c1df61e3c33bb7242011e6eabd126e47 Mon Sep 17 00:00:00 2001 From: Benj Date: Fri, 21 Feb 2020 11:01:23 +0100 Subject: [PATCH] precised output for absolute_url --- reference/twig_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 4ae64b7be3e..d241d92674d 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -237,7 +237,7 @@ absolute_url ``path`` **type**: ``string`` -Returns the absolute URL from the passed relative path. Combine it with the +Returns the absolute URL (with scheme and host) from the passed relative path. Combine it with the :ref:`asset() function ` to generate absolute URLs for web assets. Read more about :ref:`Linking to CSS, JavaScript and Image Assets `.