diff --git a/content/en/shortcodes/relref.md b/content/en/shortcodes/relref.md index 11dad8ef31..e98e829196 100755 --- a/content/en/shortcodes/relref.md +++ b/content/en/shortcodes/relref.md @@ -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.