diff options
Diffstat (limited to 'zh-cn')
-rw-r--r-- | zh-cn/typescript-cn.html.markdown | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/zh-cn/typescript-cn.html.markdown b/zh-cn/typescript-cn.html.markdown index 4af7f783..ce8f671c 100644 --- a/zh-cn/typescript-cn.html.markdown +++ b/zh-cn/typescript-cn.html.markdown @@ -171,8 +171,6 @@ of a multiline string`; ``` ## 参考资料 - * [TypeScript官网](http://www.typescriptlang.org/) - * [TypeScript语言规范说明书(pdf)](http://go.microsoft.com/fwlink/?LinkId=267238) - * [Anders Hejlsberg - TypeScript介绍](http://channel9.msdn.com/posts/Anders-Hejlsberg-Introducing-TypeScript) - * [GitHub源码](https://github.com/Microsoft/TypeScript) - * [Definitely Typed - 类型定义仓库](http://definitelytyped.org/) + +* [TypeScript官网](https://www.typescriptlang.org/) +* [GitHub源码](https://github.com/microsoft/TypeScript) |