Skip to content

Commit 0de29a8

Browse files
Alexis Lefebvrealexislefebvre
Alexis Lefebvre
authored andcommitted
Twig reference: Add links from path() and url() functions to "Linking to pages" section
1 parent 299d3b4 commit 0de29a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/twig_reference.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ Returns the relative URL (without the scheme and host) for the given route.
324324
If ``relative`` is enabled, it'll create a path relative to the current
325325
path. More information in :ref:`templating-pages`.
326326

327+
.. note::
328+
329+
More information about in :ref:`templating-pages`.
330+
327331
url
328332
~~~
329333

@@ -342,6 +346,10 @@ Returns the absolute URL (with scheme and host) for the given route. If
342346
``schemeRelative`` is enabled, it'll create a scheme-relative URL. More
343347
information in :ref:`templating-pages`.
344348

349+
.. note::
350+
351+
More information about in :ref:`templating-pages`.
352+
345353
absolute_url
346354
~~~~~~~~~~~~
347355

0 commit comments

Comments
 (0)