Merge pull request #4480 from kiwimoe/master

[typescript/en] Update "Further Reading" links
This commit is contained in:
Marcel Ribeiro Dantas 2022-08-22 14:32:20 -03:00 committed by GitHub
commit 9ecfef8a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)