From 41f47a1c67792475deb5dacffac1bb0443b88c5a Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Mon, 22 Jan 2024 03:50:58 +0100 Subject: [PATCH] Migration de Forge AEIF -> Forge Apps.education --- cine_about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cine_about.py b/cine_about.py index 3e112bf..40f197b 100644 --- a/cine_about.py +++ b/cine_about.py @@ -175,7 +175,7 @@ def link(cont): obj = cont.owner name=obj.name[:-7] link={ - 'About_link-git' : 'https://forge.aeif.fr/blender-edutech/lecteur-3d-cinematique', + 'About_link-git' : 'https://forge.apps.education.fr/blender-edutech/lecteur-3d-cinematique', 'About_link-gpl' : 'https://www.gnu.org/licenses/gpl-3.0.html', 'About_link-upbge' : 'https://www.upbge.org'} webbrowser.open(link [name])