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

[error message] updates docs link (#12653)

This commit is contained in:
Sarah Rainsberger 2024-12-06 09:14:06 -04:00 committed by GitHub
parent 72c1d5d531
commit e21c7e67fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"astro": patch
---
Updates a reference in an error message

View file

@ -955,7 +955,7 @@ export const AstroGlobNoMatch = {
/**
* @docs
* @see
* - [Astro.redirect](https://docs.astro.build/en/reference/api-reference/#astroredirect)
* - [Astro.redirect](https://docs.astro.build/en/reference/api-reference/#redirect)
* @description
* A redirect must be given a location with the `Location` header.
*/