Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/templating/twig_function_reference/url_twig_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page_type: reference

# URL Twig functions

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

### `ibexa_path()`

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

|Argument|Type|Description|
|------|------|------|
Expand Down
Loading