Fix some links to use secure transport
Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/14ea3f40 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/14ea3f40 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/14ea3f40 Branch: refs/heads/website Commit: 14ea3f4074d868a728a5ad67f58a3d38bee87f7b Parents: 01b6b5e Author: Patrick Hunt <ph...@apache.org> Authored: Wed Nov 29 22:08:23 2017 -0800 Committer: Patrick Hunt <ph...@apache.org> Committed: Wed Nov 29 22:08:23 2017 -0800 ---------------------------------------------------------------------- _includes/footer.html | 2 +- _layouts/page.html | 2 +- doap.rdf | 2 +- security.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/14ea3f40/_includes/footer.html ---------------------------------------------------------------------- diff --git a/_includes/footer.html b/_includes/footer.html index f38776d..e140d3e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,3 +1,3 @@ <div class="copyright_footer"> -<p>Copyright © 2010-2017 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>Apache ZooKeeper, ZooKeeper, Apache, the Apache feather logo, and the Apache ZooKeeper project logo are trademarks of The Apache Software Foundation.</p> +<p>Copyright © 2010-2017 The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>Apache ZooKeeper, ZooKeeper, Apache, the Apache feather logo, and the Apache ZooKeeper project logo are trademarks of The Apache Software Foundation.</p> </div> http://git-wip-us.apache.org/repos/asf/zookeeper/blob/14ea3f40/_layouts/page.html ---------------------------------------------------------------------- diff --git a/_layouts/page.html b/_layouts/page.html index b6ed393..ebbbdb5 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -15,7 +15,7 @@ <div> <div id="header_background"> <div id="zookeeper_logo"> - <a href="/"><img src="images/zookeeper_small.gif"/></a> <b><font size=+4 color=white>Apache ZooKeeper™</font></b> <a href="http://apache.org"><img src="images/feather_small.gif"/></a> + <a href="/"><img src="images/zookeeper_small.gif"/></a> <b><font size=+4 color=white>Apache ZooKeeper™</font></b> <a href="https://apache.org"><img src="images/feather_small.gif"/></a> </div> </div> http://git-wip-us.apache.org/repos/asf/zookeeper/blob/14ea3f40/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index e8f7079..2c37d36 100644 --- a/doap.rdf +++ b/doap.rdf @@ -13,7 +13,7 @@ ======================================================================= --> - <Project rdf:about="http://zookeeper.apache.org/"> + <Project rdf:about="https://zookeeper.apache.org/"> <created>2011-02-06</created> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> <name>Apache ZooKeeper</name> http://git-wip-us.apache.org/repos/asf/zookeeper/blob/14ea3f40/security.md ---------------------------------------------------------------------- diff --git a/security.md b/security.md index 1629b74..ec59b19 100644 --- a/security.md +++ b/security.md @@ -5,7 +5,7 @@ layout: page The Apache Software Foundation takes security issues very seriously. Due to the infrastructure nature of the Apache ZooKeeper project specifically, we haven't had many reports over time, but it doesn't mean that we haven't had concerns over some bugs and vulnerabilities. If you have any concern or believe you have uncovered a vulnerability, we suggest that you get in touch via the e-mail address <a href="mailto:secur...@zookeeper.apache.org?Subject=[SECURITY] My security issue" target="_top">secur...@zookeeper.apache.org</a>. In the message, try to provide a description of the issue and ideally a way of reproducing it. Note that this security address should be used only for undisclosed vulnerabilities. Dealing with known issues should be handled regularly via jira and the mailing lists. **Please report any security problems to the project security address before disclosing it publicly.** -The ASF Security team maintains a page with a description of how vulnerabilities are handled, check their <a href="http://www.apache.org/security/">Web page</a> for more information. +The ASF Security team maintains a page with a description of how vulnerabilities are handled, check their <a href="https://www.apache.org/security/">Web page</a> for more information. ## Vulnerability reports