From e482762cb216681c8d70266e9427de8a61bd3fb0 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Fri, 25 Oct 2024 17:35:45 -0300 Subject: [PATCH] [docs] update a link in error reference (#12298) --- 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 89bc9780b1..607c72a72d 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. */