Skip to content

Commit 085b147

Browse files
committed
Fix broken links
1 parent b893cef commit 085b147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/collections/fieldtypes/pages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ id: db75755f-f1b8-4281-8995-2723dd92d967
1616
---
1717
## Data Structure {#data-structure}
1818

19-
The Pages fieldtype is a [Relate fieldtype](/docs/fieldtypes/relate), which means the Pages will be saved as IDs.
19+
The Pages fieldtype is a [Relate fieldtype](/reference/fieldtypes/relate), which means the Pages will be saved as IDs.
2020

2121
``` .language-yaml
2222
pages:
@@ -26,7 +26,7 @@ pages:
2626

2727
## Templating
2828

29-
Use the [Relate tag](/docs/tags/relate) to loop through the IDs and fetch the content data.
29+
Use the [Relate tag](/reference/tags/relate) to loop through the IDs and fetch the content data.
3030

3131
```
3232
<ul>

0 commit comments

Comments
 (0)