openstack-manuals/www/templates/navigation.tmpl
Andreas Jaeger 229b3b2a74 [www] Use https in more places
Switch over to https where possible for more files.

This addresses the templates folder.

Change-Id: I817c62556087edba32d51f32a283ab7f01042a41
2016-10-28 09:49:02 +02:00

27 lines
983 B
Cheetah

<ul id="Menu1">
<li>
<a href="https://www.openstack.org/" title="Go to the OpenStack Home page">Home</a>
</li>
<li>
<a class="link" href="https://www.openstack.org/software/" title="About OpenStack">About</a>
</li>
<li>
<a class="link" href="https://www.openstack.org/user-stories/" title="Read stories about companies that use OpenStack to get work done.">User Stories</a>
</li>
<li>
<a class="link" href="https://www.openstack.org/community/" title="Go to the OpenStack Community page">Community</a>
</li>
<li>
<a class="link" href="https://www.openstack.org/profile/" title="Edit your OpenStack community profile">Profile</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 class="current" href="http://docs.openstack.org/" title="Go to the OpenStack Documentation">Documentation</a>
</li>
</ul>