From 646a67206a9ca6e938bdd88b4e4574922c31d6ce Mon Sep 17 00:00:00 2001 From: Juraj Kapsz Date: Sat, 14 Sep 2024 16:18:52 +0200 Subject: [PATCH] Fix broken Content Layer API RFC link (#9410) --- src/content/docs/en/reference/configuration-reference.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en/reference/configuration-reference.mdx b/src/content/docs/en/reference/configuration-reference.mdx index 68631687d4615..da29676c38b1b 100644 --- a/src/content/docs/en/reference/configuration-reference.mdx +++ b/src/content/docs/en/reference/configuration-reference.mdx @@ -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 @@ -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).