diff options
author | Stanley Modrak <44023416+smith558@users.noreply.github.com> | 2022-01-03 16:20:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 00:20:24 +0800 |
commit | 3971ad07745d5df74ac2b4efde88419f866c8f36 (patch) | |
tree | 2f7714e85a04bfdcb93a7a7bcdcf59e546ea62d6 | |
parent | d6becca820eaed1ae1428b89a22f83901f4085b3 (diff) |
Replace deprecated links (#4174)
Replace the old links which were deprecated with the new URLs they redirect to.
-rw-r--r-- | dart.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dart.html.markdown b/dart.html.markdown index 37f207f5..69e1623d 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -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) |