[llvm-commits] [polly] r131964 - /polly/trunk/www/menu.html.incl

Tobias Grosser grosser at fim.uni-passau.de
Tue May 24 06:56:06 PDT 2011


Author: grosser
Date: Tue May 24 08:56:06 2011
New Revision: 131964

URL: http://llvm.org/viewvc/llvm-project?rev=131964&view=rev
Log:
www: Use absolute links

Like this the menu can also be used in subdirectories.

Modified:
    polly/trunk/www/menu.html.incl

Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=131964&r1=131963&r2=131964&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Tue May 24 08:56:06 2011
@@ -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>





More information about the llvm-commits mailing list