Fixed broken links on Home.md

Simon Sarris
2017-04-12 13:49:53 -04:00
committed by GitHub
parent 711a796254
commit 4491d0ded7

@@ -9,9 +9,9 @@ Please see the [[FAQ]] for common questions, suggestions, and other useful infor
* [Namespaces and Modules](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Namespaces%20and%20Modules.md)
* [Functions](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Functions.md)
* [Generics](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Generics.md)
* [Common Errors](Common Errors)
* [Common Errors](https://github.com/Microsoft/TypeScript-wiki/blob/master/Common-Errors.md)
* [Integrating with Build Tools](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Integrating%20with%20Build%20Tools.md)
* [Compiler Options] (https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Compiler%20Options.md)
* [Compiler Options](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Compiler%20Options.md)
* [TypeScript Editor Support](TypeScript-Editor-Support)
* [tsconfig.json](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tsconfig.json.md)
* [Nightly Builds](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Nightly%20Builds.md)
@@ -30,5 +30,5 @@ Please see the [[FAQ]] for common questions, suggestions, and other useful infor
* [Declaration Merging](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Declaration%20Merging.md)
* [Type Inference](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Type%20Inference.md)
* [Type Compatibility](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Type%20Compatibility.md)
* [Writing Declaration (`.d.ts`) Files](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Writing%20Declaration%20Files.md)
* [Writing Declaration (`.d.ts`) Files](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/declaration%20files/Introduction.md)
* [JSX](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/JSX.md)