1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 23:06:49 +02:00

Update TypeScript "Further Reading" links

This commit is contained in:
Kiwimoe
2022-08-08 09:32:53 +05:30
committed by GitHub
parent ef0a2bbfd8
commit d0c51cbdeb

View File

@@ -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)