Update address for reporting issues

Use the github one instead of the (obsolete) google-code one.
This commit is contained in:
djcb 2014-12-20 14:08:17 -08:00
parent 5ab37ab382
commit ffe25e6786
15 changed files with 15 additions and 15 deletions

View File

@ -14,7 +14,7 @@
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_INIT([mu],[0.9.11],[http://code.google.com/p/mu0/issues/list],[mu])
AC_INIT([mu],[0.9.11],[https://github.com/djcb/mu/issues],[mu])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([mu/mu.cc])
# libtoolize wants to put some stuff in here; if you have an old

View File

@ -35,7 +35,7 @@ returned:
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -122,7 +122,7 @@ output-file, so emacs/bbdb can handle things correctly, without guessing.
.SH BUGS
Please report bugs if you find them at
\fBhttp://code.google.com/p/mu0/issues/list\fR.
\fBhttps://github.com/djcb/mu/issues\fR.
.SH AUTHOR

View File

@ -89,7 +89,7 @@ To extract an mp3-file, and play it in the default mp3-playing application:
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -650,7 +650,7 @@ non-zero return value, for example:
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
If you have specific messages which are not matched correctly, please attach
them (appropriately censored if needed).

View File

@ -16,7 +16,7 @@ commands.
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -213,7 +213,7 @@ greater than 0 signals an error.
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -32,7 +32,7 @@ set the file access mode for the new maildir(s) as in \fBchmod(1)\fR.
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -36,7 +36,7 @@ returned:
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -71,7 +71,7 @@ special comments in the source code:
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -67,7 +67,7 @@ and returns some non-zero error code when this is not the case.
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -40,7 +40,7 @@ from the console.
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -226,7 +226,7 @@ exit code | error
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -27,7 +27,7 @@ database and bookmarks and write its logs. By default, \fI~/.mu\fR is used.
.SH BUGS
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.BR https://github.com/djcb/mu/issues
.SH AUTHOR

View File

@ -76,7 +76,7 @@
Some Linux-distributions already provide pre-built mu packages; if there's no
packagage for your distribution, or if you want the latest release, you can
[[http://code.google.com/p/mu0/downloads/list][download mu source packages]] from Google Code. In case you find a bug, or have
a feature requests, please use the [[http://code.google.com/p/mu0/issues/list][issue tracker]].
a feature requests, please use the [[https://github.com/djcb/mu/issues][issue tracker]].
If you'd like to work with the mu source code, you can find it [[https://github.com/djcb/mu][in Github]];
also, see the notes on [[https://github.com/djcb/mu/blob/master/HACKING][HACKING]] the mu source code.