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
pull/7586/head
Alastair 4 weeks ago committed by GitHub
parent afdadf1efc
commit 85230cdb8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/typescript/content/ambient-modules@k_5y77k8ZZ9_O2WpWXWTY.md

@ -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: 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)

Loading…
Cancel
Save