mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
Fix url for language specifications
This commit is contained in:
parent
ca208c9473
commit
6136efa772
@ -171,7 +171,7 @@ of a multiline string`;
|
|||||||
|
|
||||||
## Further Reading
|
## Further Reading
|
||||||
* [TypeScript Official website] (http://www.typescriptlang.org/)
|
* [TypeScript Official website] (http://www.typescriptlang.org/)
|
||||||
* [TypeScript language specifications (pdf)] (http://go.microsoft.com/fwlink/?LinkId=267238)
|
* [TypeScript language specifications (pdf)] (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)
|
* [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)
|
* [Source Code on GitHub] (https://github.com/Microsoft/TypeScript)
|
||||||
* [Definitely Typed - repository for type definitions] (http://definitelytyped.org/)
|
* [Definitely Typed - repository for type definitions] (http://definitelytyped.org/)
|
||||||
|
Loading…
Reference in New Issue
Block a user