From 11e89dfcb0a7588a60f7e9bf7df95a69d4b6b127 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 22 Jan 2025 10:16:29 -0500 Subject: [PATCH] [editorial] Link to proper render-hook page in relref.md --- content/en/shortcodes/relref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/shortcodes/relref.md b/content/en/shortcodes/relref.md index 11dad8ef3..e98e82919 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.