summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/env.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/env.d.ts b/packages/astro/env.d.ts
index 659f2972b..774e25633 100644
--- a/packages/astro/env.d.ts
+++ b/packages/astro/env.d.ts
@@ -11,7 +11,7 @@ type Astro = import('./dist/@types/astro.js').AstroGlobal;
/**
* Astro global available in all contexts in .astro files
*
- * [Astro documentation](https://docs.astro.build/reference/api-reference/#astro-global)
+ * [Astro documentation](https://docs.astro.build/en/reference/api-reference/#astro-global)
*/
declare const Astro: Readonly<Astro>;