summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-11-13 10:03:54 +0100
committerRichard Levitte <levitte@openssl.org>2020-11-14 12:01:28 +0100
commit322d56cd645fa2372aaddc78ea5db9c71f58d28f (patch)
tree5875ee70fe0535d1047ded151e7e7474b9fefe85 /.github
parenta18cf8fc634a8834e505e60ebb7f947d4c0c2552 (diff)
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@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13397)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
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: