From 95d2fd858dbf32b64b5c74cde5756385372fba34 Mon Sep 17 00:00:00 2001 From: Tugay Date: Thu, 20 Jun 2024 17:21:41 +0200 Subject: [PATCH] fix typo in link for typescript for react developers --- docs/src/content/docs/getting-started/rules-and-conventions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/getting-started/rules-and-conventions.mdx b/docs/src/content/docs/getting-started/rules-and-conventions.mdx index 35b198d1..683fdaaf 100644 --- a/docs/src/content/docs/getting-started/rules-and-conventions.mdx +++ b/docs/src/content/docs/getting-started/rules-and-conventions.mdx @@ -14,7 +14,7 @@ In order to enforce a consistent code style and avoid common issues in the codeb This starter uses TypeScript to provide type safety and avoid common bugs in the codebase. The project configuration is based on Expo config with some updates to support absolute imports. -If you are not familiar with Typescript, you can check this article to learn more about it : [Typescript for React Developers](https://elazizi.com/how-to-learn-type-script-for-react-developers) +If you are not familiar with Typescript, you can check this article to learn more about it : [Typescript for React Developers](https://elazizi.com/posts/how-to-learn-typescript-for-react-developers/) You can find more information about it [here](https://docs.expo.io/guides/typescript/).