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])