From 0357ebe869392ae922f4ca84a752763f9e153cb7 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Mon, 22 Jan 2024 03:52:04 +0100 Subject: [PATCH] Migration de Forge AEIF -> Forge Apps.education --- twin_about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twin_about.py b/twin_about.py index eaebe39..e1740d5 100644 --- a/twin_about.py +++ b/twin_about.py @@ -181,7 +181,7 @@ def link(cont): obj = cont.owner name=obj.name[:-7] link={ - 'About_link-git' : 'https://forge.aeif.fr/blender-edutech/jumeau-numerique', + 'About_link-git' : 'https://forge.apps.education.fr/blender-edutech/jumeaux-numeriques', 'About_link-gpl' : 'https://www.gnu.org/licenses/gpl-3.0.html', 'About_link-upbge' : 'https://www.upbge.org'} webbrowser.open(link [name])