[devhelp] Better URL to the bug tracker
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] Better URL to the bug tracker
- Date: Thu, 21 Dec 2017 20:18:48 +0000 (UTC)
commit fb810c6dd2854ad0fc8b7c4a85212c5385c621cc
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Dec 21 21:14:23 2017 +0100
Better URL to the bug tracker
Before filing a new bug, the person must search the database to see if
the bug is not already reported.
The URL actually redirects to
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=devhelp
but from my experience the & can produce bugs at some places, so it's
better to avoid it.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3e37e80..4457dda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.64])
AC_INIT([Devhelp],
[3.27.2],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp],
+ [https://bugzilla.gnome.org/browse.cgi?product=devhelp],
[devhelp],
[https://wiki.gnome.org/Apps/Devhelp])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]