From 3971ad07745d5df74ac2b4efde88419f866c8f36 Mon Sep 17 00:00:00 2001
From: Stanley Modrak <44023416+smith558@users.noreply.github.com>
Date: Mon, 3 Jan 2022 16:20:24 +0000
Subject: [PATCH] Replace deprecated links (#4174)

Replace the old links which were deprecated with the new URLs they redirect to.
---
 dart.html.markdown | 6 +++---
 1 file 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)