From 322d56cd645fa2372aaddc78ea5db9c71f58d28f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 13 Nov 2020 10:03:54 +0100 Subject: [PATCH] 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 (Merged from https://github.com/openssl/openssl/pull/13397) --- .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: