Fix glossary URL, use https
Fix glossary URL to point to existing document, use https for index page. Change-Id: I3a1ba0cc334175d06e81da936bf1e1551526f74b
This commit is contained in:
parent
99c3029b13
commit
07da459413
18
index.html
18
index.html
@ -27,47 +27,47 @@
|
|||||||
<div class="span-19" id="navigation">
|
<div class="span-19" id="navigation">
|
||||||
<ul id="Menu1">
|
<ul id="Menu1">
|
||||||
<li>
|
<li>
|
||||||
<a href="http://www.openstack.org/" title="Go to the OpenStack Home page">
|
<a href="https://www.openstack.org/" title="Go to the OpenStack Home page">
|
||||||
Home
|
Home
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="link" href="http://www.openstack.org/software/" title="About OpenStack">
|
<a class="link" href="https://www.openstack.org/software/" title="About OpenStack">
|
||||||
About
|
About
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="link" href="http://www.openstack.org/user-stories/" title="Read stories about companies that use OpenStack to get work done.">
|
<a class="link" href="https://www.openstack.org/user-stories/" title="Read stories about companies that use OpenStack to get work done.">
|
||||||
User Stories
|
User Stories
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="link" href="http://www.openstack.org/community/" title="Go to the OpenStack Community page">
|
<a class="link" href="https://www.openstack.org/community/" title="Go to the OpenStack Community page">
|
||||||
Community
|
Community
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="link" href="http://www.openstack.org/profile/" title="Edit your OpenStack community profile">
|
<a class="link" href="https://www.openstack.org/profile/" title="Edit your OpenStack community profile">
|
||||||
Profile
|
Profile
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://www.openstack.org/blog/" title="Go to the OpenStack Blog">
|
<a href="https://www.openstack.org/blog/" title="Go to the OpenStack Blog">
|
||||||
Blog
|
Blog
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://wiki.openstack.org/" title="Go to the OpenStack Wiki">
|
<a href="https://wiki.openstack.org/" title="Go to the OpenStack Wiki">
|
||||||
Wiki
|
Wiki
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://docs.openstack.org/glossary/content/glossary.html" title="See definitions of OpenStack terms">
|
<a href="https://docs.openstack.org//contributor-guide/common/glossary.html" title="See definitions of OpenStack terms">
|
||||||
Glossary
|
Glossary
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="current" href="http://docs.openstack.org/" title="Go to the OpenStack Documentation">
|
<a class="current" href="https://docs.openstack.org/" title="Go to the OpenStack Documentation">
|
||||||
Documentation
|
Documentation
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user