mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
Update TypeScript "Further Reading" links
This commit is contained in:
parent
ef0a2bbfd8
commit
d0c51cbdeb
@ -2,6 +2,7 @@
|
|||||||
language: TypeScript
|
language: TypeScript
|
||||||
contributors:
|
contributors:
|
||||||
- ["Philippe Vlérick", "https://github.com/pvlerick"]
|
- ["Philippe Vlérick", "https://github.com/pvlerick"]
|
||||||
|
- ["Kiwimoe", "https://github.com/kiwimoe"]
|
||||||
filename: learntypescript.ts
|
filename: learntypescript.ts
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -292,4 +293,5 @@ foo.baz = 'hello world'
|
|||||||
## Further Reading
|
## Further Reading
|
||||||
* [TypeScript Official website] (http://www.typescriptlang.org/)
|
* [TypeScript Official website] (http://www.typescriptlang.org/)
|
||||||
* [TypeScript language specifications] (https://github.com/microsoft/TypeScript/blob/main/doc/spec-ARCHIVED.md)
|
* [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)
|
* [Source Code on GitHub] (https://github.com/Microsoft/TypeScript)
|
||||||
|
Loading…
Reference in New Issue
Block a user