diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index c95820240..79be464b6 100644 --- a/content/docs/static-type-checking.md +++ b/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}