From 85230cdb8b03d9ccb3dec1d53067a6de3e410e04 Mon Sep 17 00:00:00 2001 From: Alastair <66482739+alastairsounds@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:12:45 -0600 Subject: [PATCH] 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 --- .../typescript/content/ambient-modules@k_5y77k8ZZ9_O2WpWXWTY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/typescript/content/ambient-modules@k_5y77k8ZZ9_O2WpWXWTY.md b/src/data/roadmaps/typescript/content/ambient-modules@k_5y77k8ZZ9_O2WpWXWTY.md index 0ceb56d0d..07937dc4f 100644 --- a/src/data/roadmaps/typescript/content/ambient-modules@k_5y77k8ZZ9_O2WpWXWTY.md +++ b/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: -- [@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)