Skip to content

Commit

Permalink
Twig reference: Add links from path() and url() functions to "Linking…
Browse files Browse the repository at this point in the history
… to pages" section
  • Loading branch information
Alexis Lefebvre authored and alexislefebvre committed Oct 13, 2016
1 parent 299d3b4 commit 0de29a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reference/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

.. note::

More information about in :ref:`templating-pages`.

url
~~~

Expand All @@ -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`.

.. note::

More information about in :ref:`templating-pages`.

absolute_url
~~~~~~~~~~~~

Expand Down

0 comments on commit 0de29a8

Please sign in to comment.