[gnome-builder] doc: fix bugreport url to point gitlab instead bugzilla



commit 26e159888a61997e3034be5cd8d42bcf705b1066
Author: Günther Wutz <info gunibert de>
Date:   Fri Apr 27 18:10:49 2018 +0000

    doc: fix bugreport url to point gitlab instead bugzilla

 doc/sdk/xml/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doc/sdk/xml/meson.build b/doc/sdk/xml/meson.build
index 640cca573..04bf4f78a 100644
--- a/doc/sdk/xml/meson.build
+++ b/doc/sdk/xml/meson.build
@@ -1,6 +1,6 @@
 ent_conf = configuration_data()
 ent_conf.set('PACKAGE', 'gnome-builder')
-ent_conf.set('PACKAGE_BUGREPORT', 'https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-builder')
+ent_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/gnome-builder/issues')
 ent_conf.set('PACKAGE_NAME', 'Builder')
 ent_conf.set('PACKAGE_STRING', 'Builder')
 ent_conf.set('PACKAGE_TARNAME', 'gnome-builder-' + meson.project_version())


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]