Skip to content

Commit 171c416

Browse files
authored
relative links
1 parent e849055 commit 171c416

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/docs/en/reference/errors/content-collection-invalid-type.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
2020

2121
Content collections should no longer have a type field. Remove this field from your content config file.
2222

23-
See the [Astro 6 migration guide](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-legacy-content-collections) for more information.
23+
See the [Astro 6 migration guide](/en/guides/upgrade-to/v6/#removed-legacy-content-collections) for more information.

src/content/docs/en/reference/errors/content-collection-missing-loader.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ A legacy content config file was found. Move the file to `src/content.config.ts`
2222
A content collection is missing a loader definition. Make sure that each collection in your content config file has a loader.
2323

2424
**See Also:**
25-
- [Content collections configuration](https://docs.astro.build/en/guides/content-collections/#defining-the-collection-loader)
25+
- [Content collections configuration](/en/guides/content-collections/#defining-the-collection-loader)

src/content/docs/en/reference/errors/legacy-content-config-error.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import DontEditWarning from '~/components/DontEditWarning.astro'
2020

2121
A legacy content config file was found. Move the file to `src/content.config.ts` and update any collection definitions if needed.
2222

23-
See the [Astro 6 migration guide](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-legacy-content-collections) for more information.
23+
See the [Astro 6 migration guide](/en/guides/upgrade-to/v6/#removed-legacy-content-collections) for more information.
2424

2525
**See Also:**
26-
- [Content collections configuration](https://docs.astro.build/en/guides/content-collections/#the-collection-config-file)
26+
- [Content collections configuration](/en/guides/content-collections/#the-collection-config-file)

0 commit comments

Comments
 (0)