From 52c65e6c42b2e4ffa0088f075933d20cf8d052ae Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Thu, 24 Oct 2024 13:08:32 -0300 Subject: [PATCH] [docs] update a ink in error reference --- packages/astro/src/core/errors/errors-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */