Skip to content

Commit

Permalink
[docs] update a link in error reference (#12298)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Oct 25, 2024
1 parent 5407f4e commit e482762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/errors/errors-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit e482762

Please sign in to comment.