docs(typescript): fix broken link (#2263)

This commit is contained in:
Jesús Rodríguez 2016-09-03 22:55:10 +02:00 committed by Ward Bell
parent 6ff9e1a5c1
commit 42257e4a22
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ a(id="typings")
that the TypeScript compiler doesn't recognize natively. that the TypeScript compiler doesn't recognize natively.
When the compiler doesn't recognize something, it throws an error. When the compiler doesn't recognize something, it throws an error.
Use [TypeScript type definition files](http://www.typescriptlang.org/Handbook#writing-dts-files)—`d.ts files`—to tell the compiler about the libraries you load. Use [TypeScript type definition files](https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html)—`d.ts files`—to tell the compiler about the libraries you load.
TypeScript-aware editors leverage these same definition files to display type information about library features. TypeScript-aware editors leverage these same definition files to display type information about library features.