From d3afa0ca1d77a0a365aed9fd0f04a1883800a268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 9 Jul 2026 03:31:27 +0400 Subject: [PATCH] fix(contact): lien Labola vers l'organisation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Met à jour le lien Labola de la section Code & Développement vers l'organisation Gitea --- src/_data/i18n/en/contact.json | 2 +- src/_data/i18n/fr/contact.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/i18n/en/contact.json b/src/_data/i18n/en/contact.json index a6f2a0c..0408b80 100644 --- a/src/_data/i18n/en/contact.json +++ b/src/_data/i18n/en/contact.json @@ -24,7 +24,7 @@ { "title": "💻 Code & Development", "links": [ - { "text": "Labola (Gitea)", "url": "https://labola.o-k-i.net/" } + { "text": "Labola (Gitea)", "url": "https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE" } ] } ] diff --git a/src/_data/i18n/fr/contact.json b/src/_data/i18n/fr/contact.json index 6aef4e6..aeb834b 100644 --- a/src/_data/i18n/fr/contact.json +++ b/src/_data/i18n/fr/contact.json @@ -24,7 +24,7 @@ { "title": "💻 Code & Développement", "links": [ - { "text": "Labola (Gitea)", "url": "https://labola.o-k-i.net/" } + { "text": "Labola (Gitea)", "url": "https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE" } ] } ]