From 2e17c776605621cea7673e442577d520113efca7 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 21 Jun 2024 21:21:09 +0200 Subject: [PATCH] Better documentation for get_url Closes #2530 --- docs/content/documentation/templates/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/templates/overview.md b/docs/content/documentation/templates/overview.md index bd5fe24a..6b6d6fd5 100644 --- a/docs/content/documentation/templates/overview.md +++ b/docs/content/documentation/templates/overview.md @@ -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