From 4a7050c4f34f76fde31128652cdf837c07d22e28 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 2 Jun 2016 17:50:23 -0700 Subject: [PATCH 1/2] Update link and description of TypeScript support. --- docs/docs/09.1-language-tooling.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/09.1-language-tooling.md b/docs/docs/09.1-language-tooling.md index d9e187a440dd..6e4fd2345ac5 100644 --- a/docs/docs/09.1-language-tooling.md +++ b/docs/docs/09.1-language-tooling.md @@ -74,6 +74,9 @@ 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/tutorials/React%20%26%20Webpack.md). +TypeScript is a type-checker and transpiler that supports type-checking React and JSX. +For more info, check out their guide on [getting started with React and Webpack](www.typescriptlang.org/docs/handbook/react-&-webpack.html), or learn more about [TypeScript's JSX support](http://www.typescriptlang.org/docs/handbook/jsx.html). + +To learn more about TypeScript in general, visit the [TypeScript homepage](http://www.typescriptlang.org/). From 4e46bb846163a02b4c78af4c9ce66d44ccff7a60 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Fri, 3 Jun 2016 00:54:29 -0700 Subject: [PATCH 2/2] Use https for TS links. Being a good web citizen or something. :rainbow: --- docs/docs/09.1-language-tooling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/09.1-language-tooling.md b/docs/docs/09.1-language-tooling.md index 6e4fd2345ac5..31fcc5fc4e0d 100644 --- a/docs/docs/09.1-language-tooling.md +++ b/docs/docs/09.1-language-tooling.md @@ -75,8 +75,8 @@ Flow is a JavaScript type checker released by Facebook, and it supports JSX. For ## TypeScript TypeScript is a type-checker and transpiler that supports type-checking React and JSX. -For more info, check out their guide on [getting started with React and Webpack](www.typescriptlang.org/docs/handbook/react-&-webpack.html), or learn more about [TypeScript's JSX support](http://www.typescriptlang.org/docs/handbook/jsx.html). +For more info, check out their guide on [getting started with React and Webpack](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html), or learn more about [TypeScript's JSX support](https://www.typescriptlang.org/docs/handbook/jsx.html). -To learn more about TypeScript in general, visit the [TypeScript homepage](http://www.typescriptlang.org/). +To learn more about TypeScript in general, visit the [TypeScript homepage](https://www.typescriptlang.org/).