From 42257e4a22791b5154352ac925d20bdf4976503e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Sat, 3 Sep 2016 22:55:10 +0200 Subject: [PATCH] docs(typescript): fix broken link (#2263) --- public/docs/ts/latest/guide/typescript-configuration.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/typescript-configuration.jade b/public/docs/ts/latest/guide/typescript-configuration.jade index ca0c22136d..849cf923fb 100644 --- a/public/docs/ts/latest/guide/typescript-configuration.jade +++ b/public/docs/ts/latest/guide/typescript-configuration.jade @@ -64,7 +64,7 @@ a(id="typings") that the TypeScript compiler doesn't recognize natively. 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.