[Openvpn-devel,2/3] GitHub Issues: add new links to INSTALL and README

Message ID 20221130133154.39454-3-frank@lichtenheld.com
State Accepted
Headers show
Series GitHub Issues Usage | expand

Commit Message

Frank Lichtenheld Nov. 30, 2022, 1:31 p.m. UTC
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>
---
 INSTALL | 4 +++-
 README  | 5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

Comments

Gert Doering Nov. 30, 2022, 2:47 p.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

Your patch has been applied to the master branch.

commit 48490cd137317e94d0df047be53d0b3cc2a06ed0
Author: Frank Lichtenheld
Date:   Wed Nov 30 14:31:53 2022 +0100

     GitHub Issues: add new links to INSTALL and README

     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>


--
kind regards,

Gert Doering

Patch

diff --git a/INSTALL b/INSTALL
index db24e98c..a63bab6a 100644
--- 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 523abb70..04eb16ff 100644
--- 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.