From e3c8d256643be7a93a858aca617913389d05dde5 Mon Sep 17 00:00:00 2001 From: mdh <113126707+bivens-dev@users.noreply.github.com> Date: Mon, 9 Jan 2023 07:23:43 +0000 Subject: [PATCH] Fix broken link in comments (#5798) --- packages/astro/env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;