diff --git a/rp_about.py b/rp_about.py index adc97c5..c85b1f3 100644 --- a/rp_about.py +++ b/rp_about.py @@ -171,7 +171,7 @@ def link(cont): obj = cont.owner name=obj.name[:-7] link={ - 'About_link-git' : 'https://forge.aeif.fr/blender-edutech/ropy', + 'About_link-git' : 'https://forge.apps.education.fr/blender-edutech/ropy', 'About_link-gpl' : 'https://www.gnu.org/licenses/gpl-3.0.html', 'About_link-upbge' : 'https://www.upbge.org'} webbrowser.open(link [name])