Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim B <salim@posteo.de>2021-05-04 19:16:06 +0300
committerGitHub <noreply@github.com>2021-05-04 19:16:06 +0300
commit8c1d388cc3093da8f5d1be8d7eb982e5281c707a (patch)
tree84ee9a0100ca0f7027924608e713371c51c3fc98
parent1de368ce6e2db0ecf70e76de9238bbb7dd9ec64b (diff)
Add link
-rw-r--r--content/en/functions/scratch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/functions/scratch.md b/content/en/functions/scratch.md
index 0cc869d36..9222e2761 100644
--- a/content/en/functions/scratch.md
+++ b/content/en/functions/scratch.md
@@ -164,7 +164,7 @@ Returns an array of values from `key` sorted by `mapKey`.
#### .Values
-`Values` returns the raw backing map. Note that you should only use this method on the locally scoped `Scratch` instances you obtain via `newScratch`, not
+`Values` returns the raw backing map. Note that you should only use this method on the locally scoped `Scratch` instances you obtain via [`newScratch`](#newscratch), not
`.Page.Scratch` etc., as that will lead to concurrency issues.