Skip to content

Commit 5dac85f

Browse files
committed
doc: Revert the bug reporting address to bugs.gnupg.org
-- dev.gnupg org is the development platform but the canonical bug address is and has always been bugs.gnupg.org. We should keep on using this address for the case that we switch the tracker again or split it off the development system. That is also the reason why we should keep on communicating a plain bug number without the 'T' prefix. Signed-off-by: Werner Koch <[email protected]>
1 parent 45e4048 commit 5dac85f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Program: GnuPG
22
Homepage: https://www.gnupg.org
33
Download: https://gnupg.org/ftp/gcrypt/gnupg/
44
Repository: git://git.gnupg.org/gnupg.git
5-
Bug reports: https://dev.gnupg.org
5+
Bug reports: https://bugs.gnupg.org
66
Security related bug reports: <[email protected]>
77
Maintainer: Werner Koch <[email protected]>
88
License: GPLv3+

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
https://www.gnupg.org/documentation/mailing-lists.html for archives
228228
of the mailing lists.
229229

230-
Please direct bug reports to http://dev.gnupg.org or post them
230+
Please direct bug reports to [[http://bugs.gnupg.org]] or post them
231231
direct to the mailing list <[email protected]>.
232232

233233
Please direct questions about GnuPG to the users mailing list or one

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ m4_define([mym4_version], m4_argn(4, mym4_verslist))
4747
m4_define([mym4_revision], m4_argn(7, mym4_verslist))
4848
m4_define([mym4_revision_dec], m4_argn(8, mym4_verslist))
4949
m4_esyscmd([echo ]mym4_version[>VERSION])
50-
AC_INIT([mym4_package],[mym4_version], [https://dev.gnupg.org])
50+
AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
5151

5252
NEED_GPG_ERROR_VERSION=1.24
5353

doc/announce-2.1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Support
236236
Please consult the archive of the gnupg-users mailing list before
237237
reporting a bug <https://gnupg.org/documentation/mailing-lists.html>.
238238
We suggest to send bug reports for a new release to this list in favor
239-
of filing a bug at <https://dev.gnupg.org>. For commercial support
239+
of filing a bug at <https://bugs.gnupg.org>. For commercial support
240240
requests we keep a list of known service companies at:
241241

242242
https://gnupg.org/service.html

doc/faq.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates
11391139
the list of reported bugs on the documentation page). If you're
11401140
not sure about it being a bug, you can send mail to the
11411141
gnupg-devel list. Otherwise, use the bug tracking system at
1142-
[[https://dev.gnupg.org][dev.gnupg.org]].
1142+
[[https://bugs.gnupg.org][bugs.gnupg.org]].
11431143

11441144
** Why doesn't GnuPG support X.509 certificates?
11451145
:PROPERTIES:

doc/gpg.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3806,7 +3806,7 @@ may be recoverable from it later.
38063806

38073807
Before you report a bug you should first search the mailing list
38083808
archives for similar problems and second check whether such a bug has
3809-
already been reported to our bug tracker at https://dev.gnupg.org .
3809+
already been reported to our bug tracker at @url{https://bugs.gnupg.org}.
38103810

38113811
@c *******************************************
38123812
@c *************** **************

0 commit comments

Comments
 (0)