From 1cd6cd4ac47205261a75b13916f3d751b60c563f Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Fri, 10 Jan 2025 21:11:11 +0000 Subject: [PATCH] Cleaned up XWiki entry Going against the rules (already) this links to the issues tracker as otherwise it's not immediately clear how to find these. The link is no longer broken though as the link to a query for the label didn't seem to be working. Re-added the link for the onboarding guide from the original pull request. --- data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index d5b06cd..f2dc4e7 100644 --- a/data.json +++ b/data.json @@ -428,11 +428,12 @@ }, { "name": "XWiki", - "link": "https://jira.xwiki.org/issues/?jql=labels-%3D-Onboarding", + "link": "https://jira.xwiki.org/issues", + "label": "onboarding", "technologies": [ "Java" ], - "description": "XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. Beginners should follow the onboarding wiki." + "description": "XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. Beginners should follow the [onboarding wiki](http://dev.xwiki.org/xwiki/bin/view/Onboarding/)." }, { "name": "zerocode",