Update to fix relative hyperlinks
Navigation links on the download.html sub-page are still broken,
but at least it fixes all the other links for now.
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
diff --git a/download.html b/download.html
index 603e726..88092d9 100644
--- a/download.html
+++ b/download.html
@@ -22,12 +22,12 @@
<nav class="menu">
<ul>
- <li><a href="/#features">Key Features</a></li>
- <li><a href="/#benefits">Benefits</a></li>
- <li><a href="/#screenshots">Screenshots</a></li>
- <li><a href="/#getting">Getting Trace Compass</a></li>
- <li><a href="/#docs">Documentation</a></li>
- <li><a href="/#community">Community</a></li>
+ <li><a href="#features">Key Features</a></li>
+ <li><a href="#benefits">Benefits</a></li>
+ <li><a href="#screenshots">Screenshots</a></li>
+ <li><a href="#getting">Getting Trace Compass</a></li>
+ <li><a href="#docs">Documentation</a></li>
+ <li><a href="#community">Community</a></li>
</ul>
</nav>
diff --git a/index.html b/index.html
index ad296e6..75ecbe9 100644
--- a/index.html
+++ b/index.html
@@ -22,12 +22,12 @@
<nav class="menu">
<ul>
- <li><a href="/#features">Key Features</a></li>
- <li><a href="/#benefits">Benefits</a></li>
- <li><a href="/#screenshots">Screenshots</a></li>
- <li><a href="/#getting">Getting Trace Compass</a></li>
- <li><a href="/#docs">Documentation</a></li>
- <li><a href="/#community">Community</a></li>
+ <li><a href="#features">Key Features</a></li>
+ <li><a href="#benefits">Benefits</a></li>
+ <li><a href="#screenshots">Screenshots</a></li>
+ <li><a href="#getting">Getting Trace Compass</a></li>
+ <li><a href="#docs">Documentation</a></li>
+ <li><a href="#community">Community</a></li>
</ul>
</nav>
@@ -310,7 +310,7 @@
<p>
- <a href="/download.html">More downloads...</a>
+ <a href="download.html">More downloads...</a>
</p>