diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-08-22 14:32:20 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 14:32:20 -0300 |
commit | 9ecfef8a16656ffdd13e9d7dcc33d59cac595cb5 (patch) | |
tree | a8370c37545585cc88d602447270db850104f826 | |
parent | 4bda542749472c26964cdfa6d620d1348f7749d8 (diff) | |
parent | d0c51cbdeb177c85f2ded5d2802456f7dd087f2c (diff) |
Merge pull request #4480 from kiwimoe/master
[typescript/en] Update "Further Reading" links
-rw-r--r-- | typescript.html.markdown | 2 |
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) |