diff options
author | Adam Bard <github@adambard.com> | 2016-04-25 17:43:26 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2016-04-25 17:43:26 -0700 |
commit | ea1b516fff8b8cbacc22664bb9520778e1270274 (patch) | |
tree | f871c3585147e17d3f2cb70433cf0ad831770b5c | |
parent | ca208c9473e82a8fd3fb83042f0b1ca82d247e1b (diff) | |
parent | 343b7e20cad729e35f86a0563d943f68903f9752 (diff) |
Merge pull request #2244 from isvforall/master
[TypeScript/en]
-rw-r--r-- | typescript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typescript.html.markdown b/typescript.html.markdown index 47e41405..21f1ce7d 100644 --- a/typescript.html.markdown +++ b/typescript.html.markdown @@ -171,7 +171,7 @@ of a multiline string`; ## Further Reading * [TypeScript Official website] (http://www.typescriptlang.org/) - * [TypeScript language specifications (pdf)] (http://go.microsoft.com/fwlink/?LinkId=267238) + * [TypeScript language specifications] (https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md) * [Anders Hejlsberg - Introducing TypeScript on Channel 9] (http://channel9.msdn.com/posts/Anders-Hejlsberg-Introducing-TypeScript) * [Source Code on GitHub] (https://github.com/Microsoft/TypeScript) * [Definitely Typed - repository for type definitions] (http://definitelytyped.org/) |