When browsing the generated html locally, clicking the logo or the
about link may cause the browser to open the directory view, which
is annoying. This commit makes these links open the main page instead.
<table>
<tr>
<td>
- <a title="paraslash homepage" href=".">
+ <a title="paraslash homepage" href="./index.html">
<img src="paraslash.svg" alt="paraslash">
</a>
</td>
<tr>
<td valign="top">
<br>
- <a href=".">About</a><br>
+ <a href="./index.html">About</a><br>
<a href="news.html">News</a><br>
<a href="download.html">Download</a><br>
<a href="documentation.html">Documentation</a><br>
<table>
<tr>
<td>
- <a title="paraslash homepage" href="../..//">
+ <a title="paraslash homepage" href="../../index.html">
<img src="../../paraslash.svg" alt="paraslash">
</a>
</td>
<tr>
<td valign="top">
<br>
- <a href="../..">About</a><br>
+ <a href="../../index.html">About</a><br>
<a href="../../news.html">News</a><br>
<a href="../../download.html">Download</a><br>
<a href="../../documentation.html">Documentation</a><br>