[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Sun Aug 16 22:48:12 UTC 2015
The branch master has been updated
via 18230e5da090636496156e5516d3e35590aed979 (commit)
from 5cc4b6c2f0ed2347339c8f862f75f0d0985b1968 (commit)
- Log -----------------------------------------------------------------
commit 18230e5da090636496156e5516d3e35590aed979
Author: Viktor Szakats <vszakats at users.noreply.github.com>
Date: Mon Aug 17 00:45:26 2015 +0200
community/index: use https URLs
-----------------------------------------------------------------------
Summary of changes:
community/index.html | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/community/index.html b/community/index.html
index 091bff5..9129cf4 100644
--- a/community/index.html
+++ b/community/index.html
@@ -25,7 +25,7 @@
<p>
We maintain several <a href="mailinglists.html">mailing lists</a>.
Anyone can join, but you must be a member of a list to post to it.
- We have a <a href="http://wiki.openssl.org">public wiki</a>,
+ We have a <a href="https://wiki.openssl.org">public wiki</a>,
and anyone can request an account and start adding content.
We have a <a href="/blog">team blog</a>, where members of
the development team will occasionally post.
@@ -43,12 +43,12 @@
for information on how to report it.</p>
<p>We have set up a request tracker at
- <a href="http://rt.openssl.org">http://rt.openssl.org</a>,
+ <a href="https://rt.openssl.org">http://rt.openssl.org</a>,
with read-only access using <em>guest</em> as the name
and password.
Requests can be viewed on-line by using the following URL,
replacing <em>NNNN</em> with the request number:
- http://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=<em>NNNN</em>
+ https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=<em>NNNN</em>
</p>
<p>To report a bug or make an enhancement request, send email
@@ -88,4 +88,3 @@
</body>
</html>
-
More information about the openssl-commits
mailing list