From f1780fabda2ebc04289f028862025c2493290ddd Mon Sep 17 00:00:00 2001 From: Abderrahmane Larchi <75677650+Abderrahmane07@users.noreply.github.com> Date: Wed, 13 Dec 2023 00:36:03 +0100 Subject: [PATCH] Update Duplicate Link (#4819) The first link now 'Control Flow Statements' just sends to the the third link for 'Branches', so it's just a duplicate now. --- .../content/100-dart-basics/105-control-flow-statements.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/roadmaps/flutter/content/100-dart-basics/105-control-flow-statements.md b/src/data/roadmaps/flutter/content/100-dart-basics/105-control-flow-statements.md index 79db4f671..fd69385fa 100644 --- a/src/data/roadmaps/flutter/content/100-dart-basics/105-control-flow-statements.md +++ b/src/data/roadmaps/flutter/content/100-dart-basics/105-control-flow-statements.md @@ -14,6 +14,5 @@ These control flow statements can be used to create complex logic and control th Visit the following resources to learn more: -- [Control flow statements](https://dart.dev/guides/language/language-tour#control-flow-statements) - [Dart Control Flow Statements](https://www.w3adda.com/dart-tutorial/dart-control-flow-statements) -- [Branches in Dart](https://dart.dev/language/branches) \ No newline at end of file +- [Branches in Dart](https://dart.dev/language/branches)