We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b893cef commit 085b147Copy full SHA for 085b147
content/collections/fieldtypes/pages.md
@@ -16,7 +16,7 @@ id: db75755f-f1b8-4281-8995-2723dd92d967
16
---
17
## Data Structure {#data-structure}
18
19
-The Pages fieldtype is a [Relate fieldtype](/docs/fieldtypes/relate), which means the Pages will be saved as IDs.
+The Pages fieldtype is a [Relate fieldtype](/reference/fieldtypes/relate), which means the Pages will be saved as IDs.
20
21
``` .language-yaml
22
pages:
@@ -26,7 +26,7 @@ pages:
26
27
## Templating
28
29
-Use the [Relate tag](/docs/tags/relate) to loop through the IDs and fetch the content data.
+Use the [Relate tag](/reference/tags/relate) to loop through the IDs and fetch the content data.
30
31
```
32
<ul>
0 commit comments