From 9005c76d65da4b945c7d1dbf753cfd3a76797ea0 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Thu, 16 Feb 2023 02:19:32 +0100 Subject: [PATCH] MAJ du lien Git --- cine_about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cine_about.py b/cine_about.py index 3c0adca..36b2872 100644 --- a/cine_about.py +++ b/cine_about.py @@ -101,7 +101,7 @@ def link(cont): obj = cont.owner name=obj.name[:-7] link={ - 'About_link-git' : 'https://gitlab.com/blender-edutech/kinematic_player', + 'About_link-git' : 'https://forge.aeif.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])