Fix broken link in comments (#5798)
This commit is contained in:
parent
eebcf82ef2
commit
e3c8d25664
1 changed files with 1 additions and 1 deletions
2
packages/astro/env.d.ts
vendored
2
packages/astro/env.d.ts
vendored
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue