summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/collections/NewScratch.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/collections/NewScratch.md')
-rw-r--r--docs/content/en/functions/collections/NewScratch.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/collections/NewScratch.md b/docs/content/en/functions/collections/NewScratch.md
index 96f85a8d0..cee20d754 100644
--- a/docs/content/en/functions/collections/NewScratch.md
+++ b/docs/content/en/functions/collections/NewScratch.md
@@ -15,8 +15,8 @@ action:
The `collections.NewScratch` function creates a locally scoped [scratch pad] to store and manipulate data. To create a scratch pad that is attached to a `Page` object, use the [`Scratch`] or [`Store`] method.
-[`Scratch`]: /methods/page/scratch
-[`Store`]: /methods/page/store
+[`Scratch`]: /methods/page/scratch/
+[`Store`]: /methods/page/store/
[scratch pad]: /getting-started/glossary/#scratch-pad
## Methods