Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit fea2d1f

Browse files
not-for-mewardbell
authored andcommitted
docs(quickstart.jade): Modify "Typescript type definition file" link up-to-date url
closes #1262
1 parent 44f63f9 commit fea2d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/quickstart.jade

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

9595
We go a little deeper into *typings* in the

0 commit comments

Comments
 (0)