From 5b3f8baf6f2b1064045bbc1e635186a6d8db0863 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Mon, 5 Dec 2022 13:18:13 +0100 Subject: [PATCH] =?UTF-8?q?Changement=20de=20l'adresse=20du=20d=C3=A9p?= =?UTF-8?q?=C3=B4t=20gitlab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cine_about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cine_about.py b/cine_about.py index 2aed8c5..146de6d 100644 --- a/cine_about.py +++ b/cine_about.py @@ -87,7 +87,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://gitlab.com/blender-edutech/kinematic_player', 'About_link-gpl' : 'https://www.gnu.org/licenses/gpl-3.0.html', 'About_link-upbge' : 'https://www.upbge.org'} webbrowser.open(link [name])