Skip to content

Fixed wiki link #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/documents/guides/creating.html.md.eco
Original file line number Diff line number Diff line change
Expand Up @@ -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.