Skip to content

Commit

Permalink
Better documentation for get_url
Browse files Browse the repository at this point in the history
Closes #2530
  • Loading branch information
Keats committed Jun 21, 2024
1 parent 9884343 commit 2e17c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/templates/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e17c77

Please sign in to comment.