[editorial] Link to proper render-hook page in relref.md

This commit is contained in:
Patrice Chalin 2025-01-22 10:16:29 -05:00 committed by GitHub
parent 11a581c2f0
commit 11e89dfcb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ To override Hugo's embedded `relref` shortcode, copy the [source code] to a file
When working with the Markdown [content format], this shortcode has become largely redundant. Its functionality is now primarily handled by [link render hooks], specifically the embedded one provided by Hugo. This hook effectively addresses all the use cases previously covered by this shortcode.
[content format]: /content-management/formats/
[link render hooks]: /render-hooks/images/#default
[link render hooks]: /render-hooks/links/
{{% /note %}}
The `relref` shortcode returns the relative permalink of the given page reference.