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