Better documentation for get_url

Closes #2530
This commit is contained in:
Vincent Prouillet 2024-06-21 21:21:09 +02:00
parent 98843438c2
commit 2e17c77660

View file

@ -233,7 +233,7 @@ See the [Taxonomies documentation](@/documentation/templates/taxonomies.md) for
### `get_url`
Gets the permalink for the given path.
If the path starts with `@/`, it will be treated as an internal link like the ones used in Markdown,
If the path starts with `@/`, it will be treated as an [internal link](@/documentation/content/linking.md#internal-links) to a Markdown file,
starting from the root `content` directory as well as validated.
```jinja2