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

Commit 42257e4

Browse files
Foxandxsswardbell
authored andcommitted
docs(typescript): fix broken link (#2263)
1 parent 6ff9e1a commit 42257e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/typescript-configuration.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ a(id="typings")
6464
that the TypeScript compiler doesn't recognize natively.
6565
When the compiler doesn't recognize something, it throws an error.
6666

67-
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.
67+
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.
6868

6969
TypeScript-aware editors leverage these same definition files to display type information about library features.
7070

0 commit comments

Comments
 (0)