docs(quickstart.jade): Modify "Typescript type definition file" link up-to-date url

closes #1262
This commit is contained in:
NFM 2016-05-03 17:02:37 +09:00 committed by Ward Bell
parent 44f63f9907
commit fea2d1f0f6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ a(id="typings")
:marked
Many JavaScript libraries extend the JavaScript environment with features and syntax
that the TypeScript compiler doesn't recognize natively. We teach it about these capabilities with
<a href="http://www.typescriptlang.org/Handbook#writing-dts-files" target="_blank">TypeScript type definition files</a>
<a href="http://www.typescriptlang.org/docs/handbook/writing-declaration-files.html" target="_blank">TypeScript type definition files</a>
&mdash; *d.ts files* &mdash; which we identify in a `typings.json` file.
We go a little deeper into *typings* in the