Skip to content

Commit

Permalink
Fix broken Content Layer API RFC link (#9410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajkapsz authored Sep 14, 2024
1 parent 1f2411b commit 646a672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/reference/configuration-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ const countries = defineCollection({
export const collections = { countries };
```

For more advanced loading logic, you can define an object loader. This allows incremental updates and conditional loading while also giving full access to the data store. See the API in [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0047-content-layer.md#loaders).
For more advanced loading logic, you can define an object loader. This allows incremental updates and conditional loading while also giving full access to the data store. See the API in [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0050-content-layer.md#loaders).

#### Migrating an existing content collection to use the Content Layer API

Expand Down Expand Up @@ -1789,5 +1789,5 @@ You can convert an existing content collection with Markdown, MDX, Markdoc, or J

#### Learn more

For a complete overview and the full API reference, see [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0047-content-layer.md) and [share your feedback](https://github.com/withastro/roadmap/pull/982).
For a complete overview and the full API reference, see [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0050-content-layer.md) and [share your feedback](https://github.com/withastro/roadmap/pull/982).

0 comments on commit 646a672

Please sign in to comment.