From 564130c8aa8da32b85afa59e97b1b7dffbeae8da Mon Sep 17 00:00:00 2001 From: Bagaskara LA Date: Fri, 8 Nov 2024 08:56:32 +0700 Subject: [PATCH] fix: upadte broken link nextjs typescript --- src/content/learn/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/typescript.md b/src/content/learn/typescript.md index 7edf8eb6ed9..c9e5c7223d4 100644 --- a/src/content/learn/typescript.md +++ b/src/content/learn/typescript.md @@ -22,7 +22,7 @@ TypeScript is a popular way to add type definitions to JavaScript codebases. Out All [production-grade React frameworks](/learn/start-a-new-react-project#production-grade-react-frameworks) offer support for using TypeScript. Follow the framework specific guide for installation: -- [Next.js](https://nextjs.org/docs/app/building-your-application/configuring/typescript) +- [Next.js](https://nextjs.org/docs/app/getting-started/installation#set-up-typescript) - [Remix](https://remix.run/docs/en/1.19.2/guides/typescript) - [Gatsby](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/) - [Expo](https://docs.expo.dev/guides/typescript/)