Skip to content

Commit bc01e11

Browse files
authored
Merge pull request #116 from simonsarris/patch-1
Fixed broken links on Home.md
2 parents 711a796 + 4491d0d commit bc01e11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Home.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Please see the [[FAQ]] for common questions, suggestions, and other useful infor
99
* [Namespaces and Modules](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Namespaces%20and%20Modules.md)
1010
* [Functions](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Functions.md)
1111
* [Generics](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Generics.md)
12-
* [Common Errors](Common Errors)
12+
* [Common Errors](https://github.com/Microsoft/TypeScript-wiki/blob/master/Common-Errors.md)
1313
* [Integrating with Build Tools](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Integrating%20with%20Build%20Tools.md)
14-
* [Compiler Options] (https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Compiler%20Options.md)
14+
* [Compiler Options](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Compiler%20Options.md)
1515
* [TypeScript Editor Support](TypeScript-Editor-Support)
1616
* [tsconfig.json](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tsconfig.json.md)
1717
* [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
3030
* [Declaration Merging](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Declaration%20Merging.md)
3131
* [Type Inference](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Type%20Inference.md)
3232
* [Type Compatibility](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Type%20Compatibility.md)
33-
* [Writing Declaration (`.d.ts`) Files](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/Writing%20Declaration%20Files.md)
33+
* [Writing Declaration (`.d.ts`) Files](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/declaration%20files/Introduction.md)
3434
* [JSX](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/JSX.md)

0 commit comments

Comments
 (0)