From 8b20a59aea43b19af83e2613d1345bbce9591cdf Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 4 Jun 2020 18:36:14 -0700 Subject: [PATCH] Consistently use forums as bug report location --- README | 2 +- configure.ac | 2 +- doc/man1/mkwinpeimg.1 | 2 +- doc/man1/wimlib-imagex.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 0f0bb32c..72547233 100644 --- a/README +++ b/README @@ -267,7 +267,7 @@ wimlib is free software that comes with NO WARRANTY, to the extent permitted by law. See the COPYING file for more details. Bug reports, suggestions, and other contributions are appreciated and may be -sent via email to ebiggers3@gmail.com or posted to https://wimlib.net/forums. +posted to https://wimlib.net/forums/. wimlib is independently developed and does not contain any code, data, or files copyrighted by Microsoft. It is not known to be affected by any patents. diff --git a/configure.ac b/configure.ac index 3eb9faba..beaca310 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ ############################################################################### -AC_INIT([wimlib], [1.13.3-BETA1], [ebiggers3@gmail.com]) +AC_INIT([wimlib], [1.13.3-BETA1], [https://wimlib.net/forums/]) AC_CONFIG_SRCDIR([src/wim.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/doc/man1/mkwinpeimg.1 b/doc/man1/mkwinpeimg.1 index 62929613..aaafdfcd 100644 --- a/doc/man1/mkwinpeimg.1 +++ b/doc/man1/mkwinpeimg.1 @@ -118,6 +118,6 @@ mkwinpeimg --start-script=install.cmd --windows-dir=/media/windows /var/tftpboot Microsoft's licenses may limit the things that Windows PE can be used for, and they may limit your rights to redistribute customized versions of Windows PE. .SH REPORTING BUGS -Report bugs to ebiggers3@gmail.com. +Report bugs to \fIhttps://wimlib.net/forums/\fR. .SH SEE ALSO .BR wimlib-imagex (1) diff --git a/doc/man1/wimlib-imagex.1 b/doc/man1/wimlib-imagex.1 index 8754f6f0..295d2403 100644 --- a/doc/man1/wimlib-imagex.1 +++ b/doc/man1/wimlib-imagex.1 @@ -224,7 +224,7 @@ wimlib-imagex may be redistributed and/or modified under the terms of the GNU General Public License; either version 3 of the License, or (at your option) any later version. There is NO WARRANTY, to the extent permitted by law. .SH REPORTING BUGS -Report bugs to ebiggers3@gmail.com or to \fIhttps://wimlib.net/forums/\fR. +Report bugs to \fIhttps://wimlib.net/forums/\fR. Feedback and suggestions are also welcome. .SH SEE ALSO .BR wimappend (1), -- 2.43.0