We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c1d5d commit e21c7e6Copy full SHA for e21c7e6
.changeset/bright-gifts-prove.md
@@ -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
@@ -955,7 +955,7 @@ export const AstroGlobNoMatch = {
955
/**
956
* @docs
957
* @see
958
- * - [Astro.redirect](https://docs.astro.build/en/reference/api-reference/#astroredirect)
+ * - [Astro.redirect](https://docs.astro.build/en/reference/api-reference/#redirect)
959
* @description
960
* A redirect must be given a location with the `Location` header.
961
*/
0 commit comments