From 9b14b2d60a3ab5d8de4981148305261a02e31cf1 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 9 Oct 2024 20:45:00 +0300 Subject: [PATCH] fix: replace duplicated link in Introduction to TypeScript content (#7406) --- .../content/introduction-to-typescript@KDd40JOAvZ8O1mfhTYB3K.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/typescript/content/introduction-to-typescript@KDd40JOAvZ8O1mfhTYB3K.md b/src/data/roadmaps/typescript/content/introduction-to-typescript@KDd40JOAvZ8O1mfhTYB3K.md index 413311c4c..2b417f67d 100644 --- a/src/data/roadmaps/typescript/content/introduction-to-typescript@KDd40JOAvZ8O1mfhTYB3K.md +++ b/src/data/roadmaps/typescript/content/introduction-to-typescript@KDd40JOAvZ8O1mfhTYB3K.md @@ -12,7 +12,7 @@ The main benefits of using TypeScript include: Learn more from the following links: - [@official@Overview of TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) -- [@official@TypeScript Official Handbook](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) +- [@official@TypeScript Official Handbook](https://www.typescriptlang.org/docs/handbook/intro.html) - [@article@What Is TypeScript?](https://thenewstack.io/what-is-typescript/) - [@video@Video: Where TypeScript Excels](https://youtu.be/BUo7B6UuoJ4) - [@feed@Explore top posts about TypeScript](https://app.daily.dev/tags/typescript?ref=roadmapsh)