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 3a65c85987
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
<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://docs.openstack.org/" title="Go to OpenStack Documentation" class="current">Documentation</a></li>
{% endblock %}
</ul>
</div>