diff --git a/.changeset/tidy-places-care.md b/.changeset/tidy-places-care.md new file mode 100644 index 000000000000..c29612a18178 --- /dev/null +++ b/.changeset/tidy-places-care.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Updates wrong link diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index 2190453bbb0c..9d8ddad31a08 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -1711,7 +1711,7 @@ export const ContentEntryDataError = { * @description * Error in live content config. * @see - * - [Experimental live content](https://astro.build/en/reference/experimental-flags/live-content-collections/) + * - [Experimental live content](https://docs.astro.build/en/reference/experimental-flags/live-content-collections/) */ export const LiveContentConfigError = {