[openssl-commits] [web] master update
Mark J. Cox
mark at openssl.org
Wed Apr 25 14:27:06 UTC 2018
The branch master has been updated
via 7d8bb2e70f7b294ba633eb550626fe2ae11c9055 (commit)
from 0e6239e71a69d99c0e7c2bd88ffd0bfa80b2b395 (commit)
- Log -----------------------------------------------------------------
commit 7d8bb2e70f7b294ba633eb550626fe2ae11c9055
Author: Mark J. Cox <mark at awe.com>
Date: Wed Apr 25 15:26:35 2018 +0100
What we probably meant to do here is create anchors, so let's do that
-----------------------------------------------------------------------
Summary of changes:
community/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/community/index.html b/community/index.html
index 82ea6bb..82374b6 100644
--- a/community/index.html
+++ b/community/index.html
@@ -44,7 +44,7 @@
several groups for help with the project infrastructure over time.
</p>
- <h3><a href="#securityreports">Reporting Security Bugs</a></h3>
+ <h3 id="securityreports">Reporting Security Bugs</h3>
<p>If you think you have found a security bug in OpenSSL,
please send mail to <a
@@ -69,7 +69,7 @@
All fixed security bugs are listed on our <a href="/news/vulnerabilities.html">vulnerabilities page</a>
</p>
- <h3><a href="#bugs">Reporting Bugs</a></h3>
+ <h3 id="bugs">Reporting Bugs</h3>
<p>To report a bug or make an enhancement request, please open
an issue on GitHub, by clicking "new issue" on this page:
More information about the openssl-commits
mailing list