From 61cb739720794cbc8209341044a25c334530b9ad Mon Sep 17 00:00:00 2001 From: K M Emon Ahmed Date: Sat, 15 Jul 2023 09:40:04 +0600 Subject: [PATCH 1/2] Fixed broken hyperlink of Discourse, Issue: #1294 --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 28ce1de..2d20736 100644 --- a/data.json +++ b/data.json @@ -1663,7 +1663,7 @@ }, { "name": "Discourse", - "link": "https://meta.discourse.org/tags/starter-task", + "link": "https://github.com/discourse/discourse", "technologies": [ "Ruby" ], From cd87e420bb09e13d40593a59863092894733da5f Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 21:52:01 +0100 Subject: [PATCH 2/2] Removed discourse from data.json --- data.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/data.json b/data.json index 2d20736..4cd0a14 100644 --- a/data.json +++ b/data.json @@ -1661,14 +1661,6 @@ ], "description": "An open source publishing platform for environmental projects. Check out new contributors welcome page." }, - { - "name": "Discourse", - "link": "https://github.com/discourse/discourse", - "technologies": [ - "Ruby" - ], - "description": "Civilized discussion platform. See \"How to contribute to Discourse\"." - }, { "name": "osem", "link": "https://github.com/openSUSE/osem",