Skip to content

Commit e21c7e6

Browse files
authored
[error message] updates docs link (#12653)
1 parent 72c1d5d commit e21c7e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/bright-gifts-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro": patch
3+
---
4+
5+
Updates a reference in an error message

packages/astro/src/core/errors/errors-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ export const AstroGlobNoMatch = {
955955
/**
956956
* @docs
957957
* @see
958-
* - [Astro.redirect](https://docs.astro.build/en/reference/api-reference/#astroredirect)
958+
* - [Astro.redirect](https://docs.astro.build/en/reference/api-reference/#redirect)
959959
* @description
960960
* A redirect must be given a location with the `Location` header.
961961
*/

0 commit comments

Comments
 (0)