summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/ref.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/ref.md')
-rw-r--r--docs/content/en/functions/ref.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/ref.md b/docs/content/en/functions/ref.md
index ade380420..3387ce6d0 100644
--- a/docs/content/en/functions/ref.md
+++ b/docs/content/en/functions/ref.md
@@ -45,6 +45,6 @@ To return the absolute permalink to another Output Format of a page:
{{ ref . (dict "path" "about.md" "outputFormat" "rss") }}
```
-Hugo emits an error or warning if the page cannot be uniquely resolved. The error behavior is configurable; see [Ref and RelRef Configuration](/content-management/cross-references/#ref-and-relref-configuration).
+Hugo emits an error or warning if the page cannot be uniquely resolved. The error behavior is configurable; see [Ref and RelRef Configuration](/content-management/cross-references/#ref-and-relref-configuration).
This function is used by Hugo's built-in [`ref`](/content-management/shortcodes/#ref-and-relref) shortcode. For a detailed explanation of how to leverage this shortcode for content management, see [Links and Cross References](/content-management/cross-references/).