www: Use absolute links

Like this the menu can also be used in subdirectories.

llvm-svn: 131964
This commit is contained in:
Tobias Grosser 2011-05-24 13:56:06 +00:00
parent e7f23ffa66
commit cf771b146b

View File

@ -5,13 +5,13 @@
<div class="submenu">
<label>Polly Info</label>
<a href="index.html">About</a>
<a href="todo.html">Todo</a>
<a href="documentation.html">Documentation</a>
<a href="examples.html">Examples</a>
<a href="performance.html">Performance</a>
<a href="publications.html">Publications</a>
<a href="contributors.html">Contributors</a>
<a href="/index.html">About</a>
<a href="/todo.html">Todo</a>
<a href="/documentation.html">Documentation</a>
<a href="/examples.html">Examples</a>
<a href="/performance.html">Performance</a>
<a href="/publications.html">Publications</a>
<a href="/contributors.html">Contributors</a>
</div>
<div class="submenu">
@ -25,9 +25,9 @@
<div class="submenu">
<label>The Code</label>
<a href="get_started.html#prerequisites">Prerequisites</a>
<a href="get_started.html#source">Download</a>
<a href="get_started.html#build">Build</a>
<a href="/get_started.html#prerequisites">Prerequisites</a>
<a href="/get_started.html#source">Download</a>
<a href="/get_started.html#build">Build</a>
<a href="http://llvm.org/viewvc/llvm-project/polly/trunk/">
Browse (ViewVC)
</a>