Skip to content

Commit 25f756d

Browse files
authored
Update outdated link on Static Type Checking page
1 parent d474763 commit 25f756d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/static-type-checking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ declare module 'querystring' {
312312
313313
You are now ready to code! We recommend to check out the following resources to learn more about TypeScript:
314314
315-
* [TypeScript Documentation: Basic Types](https://www.typescriptlang.org/docs/handbook/basic-types.html)
316-
* [TypeScript Documentation: Migrating from Javascript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
315+
* [TypeScript Documentation: Everyday Types](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)
316+
* [TypeScript Documentation: Migrating from JavaScript](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html)
317317
* [TypeScript Documentation: React and Webpack](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html)
318318
319319
## Reason {#reason}

0 commit comments

Comments
 (0)