Update bug tracker URLs.

This commit is contained in:
2023-12-09 18:23:03 -08:00
parent 4b829a4b3c
commit 1d7cab96bc
521 changed files with 9663 additions and 8471 deletions

View File

@ -1286,7 +1286,7 @@ ReadImage (FILE *fd,
g_set_error (error, PIKA_PLUG_IN_ERROR, 0,
_("Can't handle non-alpha RGB frames.\n"
"Please file a bug report at "
"https://gitlab.gnome.org/GNOME/pika/issues"));
"https://heckin.technology/AlderconeStudio/PIKApp/issues/"));
pika_image_delete (*image);
*image = NULL;
return FALSE;

View File

@ -224,7 +224,7 @@ heif_create_procedure (PikaPlugIn *plug_in,
/* HEIF is an ISOBMFF format whose "brand" (the value after "ftyp")
* can be of various values.
* See also: https://gitlab.gnome.org/GNOME/pika/issues/2209
* See also: https://heckin.technology/AlderconeStudio/PIKApp/issues//2209
*/
pika_file_procedure_set_magics (PIKA_FILE_PROCEDURE (procedure),
"4,string,ftypheic,4,string,ftypheix,"

View File

@ -195,7 +195,7 @@ foreach plugin : common_plugins_list
copy: true,
)
# See https://gitlab.gnome.org/GNOME/pika/-/issues/8537
# See https://gitlab.gnome.org/GNOME/gimp/-/issues/8537
if generate_version_h
compile_resources_depfiles = []
compile_resources_depends = [ gitversion_h ]

View File

@ -336,7 +336,7 @@ help_load_idle (gpointer data)
procedure = pika_pdb_lookup_procedure (pika_get_pdb (),
idle_help->procedure);
return_vals = pika_procedure_run (procedure, "domain-names", uri, NULL);
return_vals = pika_procedure_run (procedure, "url", uri, NULL);
pika_value_array_unref (return_vals);
g_free (uri);

View File

@ -190,7 +190,7 @@
)
(define (pika-online-bugs-features)
(plug-in-web-browser "https://gitlab.gnome.org/GNOME/pika/issues")
(plug-in-web-browser "https://heckin.technology/AlderconeStudio/PIKApp/issues/")
)
; (define (pika-online-plug-in-web-site)