summaryrefslogtreecommitdiffstats
path: root/SUPPORT.md
diff options
context:
space:
mode:
authorAlex Pawelko <hisaysajp@gmail.com>2021-12-04 00:41:10 -0500
committerPauli <pauli@openssl.org>2021-12-08 15:10:23 +1100
commitba16c6cb1d0ceb78a54c667a15a64d28a15462d3 (patch)
tree8d1ba2f68043bd683fc136d395b986d77be07aba /SUPPORT.md
parentec4c7262e365c9c2479817e5b1ca1bf40eb0c7e3 (diff)
Fix Markdown links in SUPPORT.md
Add link to CONTRIBUTING and fix (presumably broken?) link to Github issues CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17192) (cherry picked from commit 3410f1045af1913c89f5dc06ad4998a60e57fd90)
Diffstat (limited to 'SUPPORT.md')
-rw-r--r--SUPPORT.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/SUPPORT.md b/SUPPORT.md
index bf88c2147e..c0b6babe89 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -55,7 +55,7 @@ particular the manual pages, can be reported as issues.
The fastest way to get a bug fixed is to fix it yourself ;-). If you are
experienced in programming and know how to fix the bug, you can open a
-pull request. The details are covered in the [Contributing](#contributing) section.
+pull request. The details are covered in the [Contributing][contributing] section.
Don't hesitate to open a pull request, even if it's only a small change
like a grammatical or typographical error in the documentation.
@@ -89,3 +89,5 @@ anymore, the searchable archive may still contain useful information.
[openssl-announce]: https://mta.openssl.org/mailman/listinfo/openssl-announce
[openssl-project]: https://mta.openssl.org/mailman/listinfo/openssl-project
[openssl-dev]: https://mta.openssl.org/mailman/listinfo/openssl-dev
+[github-issues]: https://github.com/openssl/openssl/issues/new/choose
+[contributing]: https://github.com/openssl/openssl/blob/master/CONTRIBUTING.md