summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKiwimoe <luhamailbox@gmail.com>2022-08-08 09:32:53 +0530
committerGitHub <noreply@github.com>2022-08-08 09:32:53 +0530
commitd0c51cbdeb177c85f2ded5d2802456f7dd087f2c (patch)
tree447d4822f8240aaa31507bb7b23636911cff52af
parentef0a2bbfd8d7c640864714b7311979d264b8120e (diff)
Update TypeScript "Further Reading" links
-rw-r--r--typescript.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/typescript.html.markdown b/typescript.html.markdown
index 3fe707a0..64f5ca5b 100644
--- a/typescript.html.markdown
+++ b/typescript.html.markdown
@@ -2,6 +2,7 @@
language: TypeScript
contributors:
- ["Philippe Vlérick", "https://github.com/pvlerick"]
+ - ["Kiwimoe", "https://github.com/kiwimoe"]
filename: learntypescript.ts
---
@@ -292,4 +293,5 @@ foo.baz = 'hello world'
## Further Reading
* [TypeScript Official website] (http://www.typescriptlang.org/)
* [TypeScript language specifications] (https://github.com/microsoft/TypeScript/blob/main/doc/spec-ARCHIVED.md)
+ * [Learn TypeScript] (https://learntypescript.dev/)
* [Source Code on GitHub] (https://github.com/Microsoft/TypeScript)