diff options
author | Al <80943867+al-ias@users.noreply.github.com> | 2022-07-24 12:28:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 12:28:23 +0200 |
commit | 1bd3310bf28a967e3a62248a5f2a7d5ff4515675 (patch) | |
tree | ac5fe8498c215f8c2a28e9ae5278cb1769fd7e9a /typescript.html.markdown | |
parent | 39e0b12b1545b06c7359b544790e423550b5cf13 (diff) | |
parent | 6be91ac96b852859e124c5b3b830348fd44d4b11 (diff) |
Merge pull request #3 from al-ias/master
Merge master
Diffstat (limited to 'typescript.html.markdown')
-rw-r--r-- | typescript.html.markdown | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/typescript.html.markdown b/typescript.html.markdown index 74cd15c6..3fe707a0 100644 --- a/typescript.html.markdown +++ b/typescript.html.markdown @@ -291,7 +291,5 @@ foo.baz = 'hello world' ## Further Reading * [TypeScript Official website] (http://www.typescriptlang.org/) - * [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) + * [TypeScript language specifications] (https://github.com/microsoft/TypeScript/blob/main/doc/spec-ARCHIVED.md) * [Source Code on GitHub] (https://github.com/Microsoft/TypeScript) - * [Definitely Typed - repository for type definitions] (http://definitelytyped.org/) |