From 25f756d8e3800afb032cb31ce3626d6134e31e38 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sat, 26 Jun 2021 22:21:08 +0300 Subject: [PATCH] Update outdated link on Static Type Checking page --- content/docs/static-type-checking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}