summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com>2022-07-17 12:39:22 +0200
committerGitHub <noreply@github.com>2022-07-17 12:39:22 +0200
commit906391a00dc5174331d30007a7094846dd68ef64 (patch)
tree1c149aa5da8ff82bd3158cbda40597b69e84c23d
parent5de5021f8946d6c5450995d02cc0c8472eab3bb0 (diff)
parent0e3cf290b248a89dab6f2a7ed0eadbb057e06a39 (diff)
Merge pull request #4452 from valbaca/patch-3
[typescript/en] Update typescript "Further Reading" links
-rw-r--r--typescript.html.markdown4
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/)