[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Thu Sep 22 18:48:50 UTC 2016
The branch master has been updated
via 50b169440002898052ea41e9a9393ed41a68e7b2 (commit)
from d6a33b3c69b5776beaba29c61823e2474a00d17d (commit)
- Log -----------------------------------------------------------------
commit 50b169440002898052ea41e9a9393ed41a68e7b2
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Sep 22 20:48:34 2016 +0200
Make the links in the topmost sidebar.shtml rooted
The reason is quite simple. If a URL doesn't lead to a page,
err404.html is loaded and this sidebar along with it.
Now, consider the URL https://www.openssl.org/files/.
Clicking on "Downloads: source code" will get you to
https://www.openssl.org/files/source rather than
https://www.openssl.org/source...
-----------------------------------------------------------------------
Summary of changes:
sidebar.shtml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/sidebar.shtml b/sidebar.shtml
index 1b3d6b6..37b715e 100644
--- a/sidebar.shtml
+++ b/sidebar.shtml
@@ -1,28 +1,28 @@
<!-- sidebar.inc -->
<aside class="sidebar">
<section>
- <h1><a href=".">Home</a></h1>
+ <h1><a href="/">Home</a></h1>
<ul>
<li>
- <a href="source">Downloads: Source code</a>
+ <a href="/source">Downloads: Source code</a>
</li>
<li>
- <a href="docs">Docs: FAQ, FIPS, manpages, ...</a>
+ <a href="/docs">Docs: FAQ, FIPS, manpages, ...</a>
</li>
<li>
- <a href="news">News: Latest information</a>
+ <a href="/news">News: Latest information</a>
</li>
<li>
- <a href="policies">Policies: How we operate</a>
+ <a href="/policies">Policies: How we operate</a>
</li>
<li>
- <a href="community">Community: Blog, bugs, email, ...</a>
+ <a href="/community">Community: Blog, bugs, email, ...</a>
</li>
<li>
- <a href="support">Support: Commercial support and contracting</a>
+ <a href="/support">Support: Commercial support and contracting</a>
</li>
<li>
- <a href="support/acks.html">Sponsor Acknowledgements</a>
+ <a href="/support/acks.html">Sponsor Acknowledgements</a>
</li>
</ul>
</section>
More information about the openssl-commits
mailing list