Skip to content

Commit 962897b

Browse files
fix link, not the same page
1 parent a2c3e33 commit 962897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/reference/content-loader-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ This section shows the API for defining a [live loader](#live-loaders).
747747

748748
### The `LiveLoader` object
749749

750-
A generic type to provide [type safety in your loader](#type-safety-in-live-loaders). This describes an object and accepts four type parameters to describe, in this order: your data structure, your filters when querying a collection, your filters when querying a single entry, and errors.
750+
A generic type to provide [type safety in your loader](/en/guides/content-collections/#type-safety-in-live-loaders). This describes an object and accepts four type parameters to describe, in this order: your data structure, your filters when querying a collection, your filters when querying a single entry, and errors.
751751

752752
This object contains the following properties:
753753

0 commit comments

Comments
 (0)