0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[docs] update a link in error reference (#12298)

This commit is contained in:
Sarah Rainsberger 2024-10-25 17:35:45 -03:00 committed by GitHub
parent 5407f4e227
commit e482762cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
*/