1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Fixing link to point to specific "Ambient Modules" anchor in TS Modules Reference (#7585)

The old link is improperly formatted--as such, it simply redirects the user to https://www.typescriptlang.org/docs/handbook/modules/introduction.html, rather than the more specific https://www.typescriptlang.org/docs/handbook/modules/reference.html#ambient-modules
This commit is contained in:
Alastair
2024-10-25 12:12:45 -06:00
committed by GitHub
parent afdadf1efc
commit 85230cdb8b

View File

@@ -19,4 +19,4 @@ In this example, we declare an ambient module "my-module" in the `myModule.d.ts`
Learn more from the following links:
- [@official@Ambient Modules](https://www.typescriptlang.org/docs/handbook/modules.html#ambient-modules)
- [@official@Ambient Modules](https://www.typescriptlang.org/docs/handbook/modules/reference.html#ambient-modules)