Skip to content

Commit a24c92d

Browse files
Update url_twig_functions.md (#2949)
Changed absolute url to absolute path if function is ibexa_path
1 parent 868635f commit a24c92d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templating/twig_function_reference/url_twig_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_type: reference
55

66
# URL Twig functions
77

8-
- [`ibexa_path()`](#ibexa_path) returns the relative URL to a content item or location.
8+
- [`ibexa_path()`](#ibexa_path) returns the absolute path to a content item or location.
99
- [`ibexa_url()`](#ibexa_url) returns the absolute URL to a content item or location.
1010
- [`ibexa.url.alias`](#ibexaurlalias) generates URLs for a location from the given arguments.
1111
- [`ibexa_route()`](#ibexa_route) generates a RouteReference object from the given parameters.
@@ -16,7 +16,7 @@ page_type: reference
1616

1717
### `ibexa_path()`
1818

19-
`ibexa_path()` returns the relative URL to a content item or location.
19+
`ibexa_path()` returns the absolute path to a content item or location.
2020

2121
|Argument|Type|Description|
2222
|------|------|------|

0 commit comments

Comments
 (0)