Replace deprecated links (#4174)

Replace the old links which were deprecated with the new URLs they redirect to.
This commit is contained in:
Stanley Modrak 2022-01-03 16:20:24 +00:00 committed by GitHub
parent d6becca820
commit 3971ad0774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -715,6 +715,6 @@ main() {
## Further Reading
Dart has a comprehensive web-site. It covers API reference, tutorials, articles and more, including a
useful Try Dart online.
[https://www.dartlang.org](https://www.dartlang.org)
[https://try.dartlang.org](https://try.dartlang.org)
useful DartPad (a cloud-based Dart coding playground).
[https://dart.dev/](https://dart.dev)
[https://dartpad.dev/](https://dartpad.dev)