From e668fdb033d1acde01a387a8da0970afeda282a0 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 21:49:13 +0100 Subject: [PATCH] Fixed flutter link to keep the links consistent --- data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 26cb8b15..4b89cc8a 100644 --- a/data.json +++ b/data.json @@ -2075,7 +2075,7 @@ }, { "name": "flutter", - "link": "https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22", + "link": "https://github.com/flutter/flutter", "label": "good first issue", "technologies": [ "Dart" @@ -2288,4 +2288,4 @@ "description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package" } ] -} \ No newline at end of file +}