Replacing the HTTP protocal with HTTPS in layout.html

Change-Id: I2f5a23121195813e3c5a9aa4e1a1fd636fbfc620
This commit is contained in:
zhangshj 2018-12-14 19:29:07 +08:00
parent e02631f2ec
commit 1df6fcbc1e
1 changed files with 8 additions and 8 deletions

View File

@ -89,16 +89,16 @@
{% block header %}
<div id="header">
<h1 id="logo"><a href="http://www.openstack.org/">OpenStack</a></h1>
<h1 id="logo"><a href="https://www.openstack.org/">OpenStack</a></h1>
<ul id="navigation">
{% block header_navigation %}
<li><a href="http://www.openstack.org/" title="Go to the Home page" class="link">Home</a></li>
<li><a href="http://www.openstack.org/projects/" title="Go to the OpenStack Projects page">Projects</a></li>
<li><a href="http://www.openstack.org/user-stories/" title="Go to the User Stories page" class="link">User Stories</a></li>
<li><a href="http://www.openstack.org/community/" title="Go to the Community page" class="link">Community</a></li>
<li><a href="http://www.openstack.org/blog/" title="Go to the OpenStack Blog">Blog</a></li>
<li><a href="http://wiki.openstack.org/" title="Go to the OpenStack Wiki">Wiki</a></li>
<li><a href="http://docs.openstack.org/" title="Go to OpenStack Documentation" class="current">Documentation</a></li>
<li><a href="https://www.openstack.org/" title="Go to the Home page" class="link">Home</a></li>
<li><a href="https://www.openstack.org/projects/" title="Go to the OpenStack Projects page">Projects</a></li>
<li><a href="https://www.openstack.org/user-stories/" title="Go to the User Stories page" class="link">User Stories</a></li>
<li><a href="https://www.openstack.org/community/" title="Go to the Community page" class="link">Community</a></li>
<li><a href="https://www.openstack.org/blog/" title="Go to the OpenStack Blog">Blog</a></li>
<li><a href="https://wiki.openstack.org/" title="Go to the OpenStack Wiki">Wiki</a></li>
<li><a href="https://docs.openstack.org/" title="Go to OpenStack Documentation" class="current">Documentation</a></li>
{% endblock %}
</ul>
</div>