summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangshj <zhangshj@inspur.com>2018-12-14 19:29:07 +0800
committerzhangshj <zhangshj@inspur.com>2018-12-16 13:14:33 +0800
commit1df6fcbc1e3bcc8e682189449d0afc2033f66f9a (patch)
tree5e5c4f59cdb034c589701285c9ab2d8914a04a93
parente02631f2ec8efe09336368804ff471c1c4136ea7 (diff)
downloadoslosphinx-1df6fcbc1e3bcc8e682189449d0afc2033f66f9a.tar.gz
Replacing the HTTP protocal with HTTPS in layout.html
Change-Id: I2f5a23121195813e3c5a9aa4e1a1fd636fbfc620
-rw-r--r--oslosphinx/theme/openstack/layout.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/oslosphinx/theme/openstack/layout.html b/oslosphinx/theme/openstack/layout.html
index 655febd..0cd61c7 100644
--- a/oslosphinx/theme/openstack/layout.html
+++ b/oslosphinx/theme/openstack/layout.html
@@ -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>