From 7b0836d1b4729cbcfff142b0549420c4de7a05bc Mon Sep 17 00:00:00 2001 From: Jonathan Stiansen Date: Wed, 1 May 2019 10:03:12 -0600 Subject: [PATCH] Fixed wiki link The past link to the Typescript wiki is not longer working, the typescript handbook seems to be where it ended up. --- src/documents/guides/creating.html.md.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documents/guides/creating.html.md.eco b/src/documents/guides/creating.html.md.eco index 65e403c867..d756205d6e 100644 --- a/src/documents/guides/creating.html.md.eco +++ b/src/documents/guides/creating.html.md.eco @@ -3,4 +3,4 @@ layout: 'guide' title: 'Creating a definition file' --- -The official TypeScript website has a [guide](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) to teach you how to write a high-quality TypeScript Declaration File. The official TypeScript wiki on codeplex.com also has a [great article](https://typescript.codeplex.com/wikipage?title=Writing%20Definition%20%28.d.ts%29%20Files) on how to write a good type declaration file. It is recommended you read those as it covers some important choices. +The official TypeScript website has a [guide](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) to teach you how to write a high-quality TypeScript Declaration File. The official TypeScript wiki on codeplex.com also has a [great article](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) on how to write a good type declaration file. It is recommended you read those as it covers some important choices.