From ab460086f8138a61258b7274ad1b82857208c196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Sat, 3 Sep 2016 22:02:43 +0200 Subject: [PATCH] docs(typescript): fix broken link --- 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.