1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 03:50:32 +02:00

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

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)