summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2021-08-24 00:49:30 +0200
committerAndre Klapper <a9016009@gmx.de>2021-08-24 00:49:30 +0200
commitfced64d5ba8ca2825b16a3f904d6dba5011d9eb1 (patch)
tree39a81c69146bd3b6886d9e80fbe1b5fa90b426b2
parente6b4d2d9fdd1d9f50a84349fffbe1e0638e4969b (diff)
downloadyelp-fced64d5ba8ca2825b16a3f904d6dba5011d9eb1.tar.gz
Replace remaining Bugilla links with links to GitLab
-rw-r--r--TODO4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 51238582..becafc1a 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-All TODO items moved to GNOME bugzilla.
+See the issue tracker.
-http://bugzilla.gnome.org/buglist.cgi?product=Yelp&bug_status=NEW&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=REOPENED
+https://gitlab.gnome.org/GNOME/yelp/-/issues/
diff --git a/configure.ac b/configure.ac
index 273db40a..24ceb4e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
# Reminder: add some release notes to data/yelp.appdata.xml.in on major releases
-AC_INIT([Yelp],[41.beta],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[41.beta],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])