]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
GitHub Issues: add new links to INSTALL and README
authorFrank Lichtenheld <frank@lichtenheld.com>
Wed, 30 Nov 2022 13:31:53 +0000 (14:31 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 30 Nov 2022 14:46:35 +0000 (15:46 +0100)
But keep the old links around as well for now since
the GitHub issues aren't useful, yet.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20221130133154.39454-3-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25591.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
INSTALL
README

diff --git a/INSTALL b/INSTALL
index db24e98c841495037f6a20fe6b2d0688ab86e278..a63bab6acd6ae8a2b08c9c73d767b5de82b06b72 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -276,6 +276,8 @@ TUN/TAP Driver References:
 
 CAVEATS & BUGS:
 
-* see the bug tracker on https://community.openvpn.net/openvpn/report
+* See the bug tracker on https://github.com/OpenVPN/openvpn/issues
   and the wiki on https://community.openvpn.net/wiki for more detailed
   caveats on operating systems, and for open and resolved bug reports.
+* Note: We only recently switched to GitHub for reporting new issues,
+  old issues can be found at https://community.openvpn.net/openvpn/report
diff --git a/README b/README
index 523abb70928b86c07b87f7ddab0b180229e6a119..04eb16ff9fef88ff1eb90616ab483484fc0b8673 100644 (file)
--- a/README
+++ b/README
@@ -30,7 +30,10 @@ For a sample VPN configuration, see
   http://openvpn.net/howto.html
 
 To report an issue, see
-  https://community.openvpn.net/openvpn/newticket
+  https://github.com/OpenVPN/openvpn/issues/new
+  (Note: We recently switched to GitHub for reporting new issues,
+   old issues can be found at:
+   https://community.openvpn.net/openvpn/report)
 
 For a description of OpenVPN's underlying protocol,
   see the file ssl.h included in the source distribution.