Skip to content

Commit

Permalink
Update outdated link on Static Type Checking page
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Jun 26, 2021
1 parent d474763 commit 25f756d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/static-type-checking.md
Expand Up @@ -312,8 +312,8 @@ declare module 'querystring' {
You are now ready to code! We recommend to check out the following resources to learn more about TypeScript:
* [TypeScript Documentation: Basic Types](https://www.typescriptlang.org/docs/handbook/basic-types.html)
* [TypeScript Documentation: Migrating from Javascript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
* [TypeScript Documentation: Everyday Types](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)
* [TypeScript Documentation: Migrating from JavaScript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
* [TypeScript Documentation: React and Webpack](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html)
## Reason {#reason}
Expand Down

0 comments on commit 25f756d

Please sign in to comment.