Browse Source

Update outdated link on Static Type Checking page

main
Alexey Pyltsyn 4 years ago
committed by GitHub
parent
commit
25f756d8e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/docs/static-type-checking.md

4
content/docs/static-type-checking.md

@ -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}

Loading…
Cancel
Save