[openssl] master update

Richard Levitte levitte at openssl.org
Sat Nov 14 11:02:11 UTC 2020


The branch master has been updated
       via  322d56cd645fa2372aaddc78ea5db9c71f58d28f (commit)
      from  a18cf8fc634a8834e505e60ebb7f947d4c0c2552 (commit)


- Log -----------------------------------------------------------------
commit 322d56cd645fa2372aaddc78ea5db9c71f58d28f
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Nov 13 10:03:54 2020 +0100

    Fix a few github file references
    
    https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md ->
    https://github.com/openssl/openssl/blob/master/SUPPORT.md
    
    Fixes #13396
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/13397)

-----------------------------------------------------------------------

Summary of changes:
 .github/ISSUE_TEMPLATE.md                 | 2 +-
 .github/ISSUE_TEMPLATE/bug_report.md      | 2 +-
 .github/ISSUE_TEMPLATE/feature_request.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 2d63c226d4..7a89c4ef13 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -3,7 +3,7 @@ NOTE:
 
     If you're asking about how to use OpenSSL, this isn't the right 
     forum.  Please see our User Support resources:
-    https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
+    https://github.com/openssl/openssl/blob/master/SUPPORT.md
 
 If relevant, please remember to tell us in what OpenSSL version you
 found the issue.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 5e33c144d3..5cc780b6de 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -13,7 +13,7 @@ NOTE:
 
     If you're asking about how to use OpenSSL, this isn't the right 
     forum.  Please see our User Support resources:
-    https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
+    https://github.com/openssl/openssl/blob/master/SUPPORT.md
 
 Please remember to tell us in what OpenSSL version you found the issue.
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 706c022a28..4e4ed54cf2 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -13,7 +13,7 @@ NOTE:
 
     If you're asking about how to use OpenSSL, this isn't the right 
     forum.  Please see our User Support resources:
-    https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
+    https://github.com/openssl/openssl/blob/master/SUPPORT.md
 
 Please remember to put ``` lines before and after any commands plus
 output and code, like this:


More information about the openssl-commits mailing list