From 0e3cf290b248a89dab6f2a7ed0eadbb057e06a39 Mon Sep 17 00:00:00 2001 From: Valentin Baca Date: Sat, 16 Jul 2022 20:05:01 -0700 Subject: [PATCH] Update typescript "Further Reading" links Updated the link to the typescript spec. Removed dead link to "Anders Hejlsberg - Introducing TypeScript on Channel 9" (I couldn't find a replacement. If there is one, please let me know!) Finally, "Definitely Typed - repository for type definitions" just points to a dead page. --- typescript.html.markdown | 4 +--- 1 file changed, 1 insertion(+), 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/)