From 3021bc83fd3d5883026be3d106361ee93f3dbeb5 Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Tue, 3 May 2016 13:56:01 -0400 Subject: [PATCH] Fix broken link to TypeScript docs (#6687) --- docs/09.1-language-tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/09.1-language-tooling.md b/docs/09.1-language-tooling.md index 310c1f8b..d9e187a4 100644 --- a/docs/09.1-language-tooling.md +++ b/docs/09.1-language-tooling.md @@ -74,6 +74,6 @@ Flow is a JavaScript type checker released by Facebook, and it supports JSX. For ## TypeScript -Microsoft TypeScript now supports JSX. For more info, check out the [TypeScript JSX Documentation](http://www.typescriptlang.org/docs/handbook/jsx.html) or their guide on [getting started with react+webpack](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/quick-start/react-webpack.md). +Microsoft TypeScript now supports JSX. For more info, check out the [TypeScript JSX Documentation](http://www.typescriptlang.org/docs/handbook/jsx.html) or their guide on [getting started with react+webpack](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/React%20%26%20Webpack.md).