diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index 89bc9780b1aa..607c72a72db3 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -1593,7 +1593,7 @@ export const ActionsWithoutServerOutputError = { /** * @docs * @see - * - [Actions handler reference](https://docs.astro.build/en/reference/api-reference/#handler-property) + * - [Actions handler reference](https://docs.astro.build/en/reference/modules/astro-actions/#handler-property) * @description * Action handler returned invalid data. Handlers should return serializable data types, and cannot return a Response object. */