summaryrefslogtreecommitdiffhomepage
path: root/dart.html.markdown
diff options
context:
space:
mode:
authorStanley Modrak <44023416+smith558@users.noreply.github.com>2022-01-03 16:20:24 +0000
committerGitHub <noreply@github.com>2022-01-04 00:20:24 +0800
commit3971ad07745d5df74ac2b4efde88419f866c8f36 (patch)
tree2f7714e85a04bfdcb93a7a7bcdcf59e546ea62d6 /dart.html.markdown
parentd6becca820eaed1ae1428b89a22f83901f4085b3 (diff)
Replace deprecated links (#4174)
Replace the old links which were deprecated with the new URLs they redirect to.
Diffstat (limited to 'dart.html.markdown')
-rw-r--r--dart.html.markdown6
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)