extensions: update the remote URI for the up-to-date source code.

When moving the Goat Exercise plug-ins as extensions, I forgot to update
the remote URI which is opened when clicking the "Source" button.
This commit is contained in:
Jehan
2020-10-17 19:42:11 +02:00
parent a9a9bb7cc0
commit 228ad503ad
5 changed files with 5 additions and 5 deletions

View File

@ -122,7 +122,7 @@ class Goat (Gimp.PlugIn):
dialog.destroy()
break
elif response == Gtk.ResponseType.APPLY:
url = "https://gitlab.gnome.org/GNOME/gimp/-/blob/master/plug-ins/goat-exercises/goat-exercise-py3.py"
url = "https://gitlab.gnome.org/GNOME/gimp/-/blob/master/extensions/goat-exercises/goat-exercise-py3.py"
Gio.app_info_launch_default_for_uri(url, None)
continue
else: