[www] fix errorpage links

Fix URLs in errorpage, due to missing "/" they linked to e.g.
https://docs.openstack.org/www.openstack.org/software instead of
https://www.openstack.org/software.

Change-Id: Id97ec25b427a461c77bd2065f1d0c4d6eb423d89
This commit is contained in:
Andreas Jaeger 2017-09-06 21:07:56 +02:00
parent cad68a203f
commit b193833f82

View File

@ -42,12 +42,12 @@
</p>
<div class="four-o-four-links">
<a href="https:/www.openstack.org/software">Software</a>
<a href="https:/www.openstack.org/users">Users</a>
<a href="https:/www.openstack.org/community">Community</a>
<a href="https:/www.openstack.org/marketplace">Marketplace</a>
<a href="https:/www.openstack.org/events">Events</a>
<a href="https:/www.openstack.org/blog">Blog</a>
<a href="https://www.openstack.org/software">Software</a>
<a href="https://www.openstack.org/users">Users</a>
<a href="https://www.openstack.org/community">Community</a>
<a href="https://www.openstack.org/marketplace">Marketplace</a>
<a href="https://www.openstack.org/events">Events</a>
<a href="https://www.openstack.org/blog">Blog</a>
<a href="https://docs.openstack.org">Docs</a>
</div>
</div>