mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update TypeScript "Further Reading" links
This commit is contained in:
parent
ef0a2bbfd8
commit
d0c51cbdeb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user