From 682e6cc0775866bbcdfa9eb0185e34119271437a Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Fri, 14 Oct 2016 15:31:38 +0200 Subject: [PATCH] Twig reference: Add links from path() and url() functions to "Linking" --- reference/twig_reference.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 81d62937c2f..78d1b45d807 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -324,6 +324,10 @@ Returns the relative URL (without the scheme and host) for the given route. If ``relative`` is enabled, it'll create a path relative to the current path. More information in :ref:`templating-pages`. +.. seealso:: + + Read :doc:`/routing` to learn more about the Routing component. + url ~~~ @@ -342,6 +346,10 @@ Returns the absolute URL (with scheme and host) for the given route. If ``schemeRelative`` is enabled, it'll create a scheme-relative URL. More information in :ref:`templating-pages`. +.. seealso:: + + Read :doc:`/routing` to learn more about the Routing component. + absolute_url ~~~~~~~~~~~~