Skip to content

Commit 95d2fd8

Browse files
authored
fix typo in link for typescript for react developers
1 parent df7e32a commit 95d2fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/getting-started/rules-and-conventions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to enforce a consistent code style and avoid common issues in the codeb
1414

1515
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.
1616

17-
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)
17+
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/)
1818

1919
You can find more information about it [here](https://docs.expo.io/guides/typescript/).
2020

0 commit comments

Comments
 (0)