summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabri Ünal <libreajans@gmail.com>2020-01-13 19:08:23 +0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-05-19 16:46:19 -0300
commit50545a104f16c83ce38dfb69222a5d22e3e91026 (patch)
tree030d930a9518e65852400f28c9cbfa89ce1711ba
parente88edcc534865d7d095a046947b23b0937db3cdf (diff)
downloadglade-50545a104f16c83ce38dfb69222a5d22e3e91026.tar.gz
Change issue reporting URL
-rw-r--r--build/mingw-w64/glade.nsi.in2
-rw-r--r--configure.ac2
-rw-r--r--glade.doap2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/mingw-w64/glade.nsi.in b/build/mingw-w64/glade.nsi.in
index 454f1e1c..38f9929c 100644
--- a/build/mingw-w64/glade.nsi.in
+++ b/build/mingw-w64/glade.nsi.in
@@ -10,7 +10,7 @@
!define VERSIONMINOR @GLADE_MINOR_VERSION@
!define VERSIONBUILD @GLADE_MICRO_VERSION@
-!define HELPURL "http://bugzilla.gnome.org/browse.cgi?product=glade"
+!define HELPURL "https://gitlab.gnome.org/GNOME/glade/issues"
!define UPDATEURL "http://glade.gnome.org"
!define ABOUTURL "http://gnome.org"
diff --git a/configure.ac b/configure.ac
index efa2d3e8..59bc7e31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ m4_define(glade_micro_version, 0)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade], [glade_version],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=glade],
+ [https://gitlab.gnome.org/GNOME/glade/issues],
[glade],
[http://glade.gnome.org/])
diff --git a/glade.doap b/glade.doap
index 288c0d6e..8ac7ac2e 100644
--- a/glade.doap
+++ b/glade.doap
@@ -11,7 +11,7 @@
<homepage rdf:resource="http://glade.gnome.org/" />
<mailing-list rdf:resource="http://lists.ximian.com/mailman/listinfo/glade-devel" />
<download-page rdf:resource="http://download.gnome.org/sources/glade/" />
- <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=glade" />
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/glade/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>C</programming-language>