From 1b77cbfba169c51cc1f50024f19fa77aae1bf9b6 Mon Sep 17 00:00:00 2001 From: Sovereign Sven Date: Wed, 4 Mar 2026 23:26:59 +0100 Subject: [PATCH] fix: update Wikifreedia link and add GitHub repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - github.com/pablof7z/wikifreedia (404) → wikifreedia.xyz - Added extraLink to new GitHub repo: github.com/pablof7z/wiki --- src/data/showcaseProjects.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/data/showcaseProjects.json b/src/data/showcaseProjects.json index 32e2d5b..d150151 100644 --- a/src/data/showcaseProjects.json +++ b/src/data/showcaseProjects.json @@ -213,10 +213,16 @@ "name": "Wikifreedia", "description": "Wikipedia on nostr enables a myriad of interesting and novel concepts that have captured the imagination of people outside the freedom tech ecosystem, including the founder of Wikipedia itself. Wikifreedia was born within SEC-01 with the radical idea of, instead of reducing bias in canonical wiki entries, a readily apparent pursuit, embrace bias and make it technologically impossible for a canonical entry to exist.", "cohort": "SEC-01", - "link": "https://github.com/pablof7z/wikifreedia", - "linkText": "github.com/pablof7z/wikifreedia", + "link": "https://wikifreedia.xyz/", + "linkText": "wikifreedia.xyz", "logo": "/images/showcase/wikifreedia-logo.png", - "highlight": true + "highlight": true, + "extraLinks": [ + { + "link": "https://github.com/pablof7z/wiki", + "linkText": "GitHub" + } + ] }, { "name": "Zapstore",