[llvm-commits] [polly] r152310 - in /polly/trunk/www: documentation.html documentation/architecture.html

Tobias Grosser grosser at fim.uni-passau.de
Thu Mar 8 04:02:10 PST 2012


Author: grosser
Date: Thu Mar  8 06:02:10 2012
New Revision: 152310

URL: http://llvm.org/viewvc/llvm-project?rev=152310&view=rev
Log:
www: Fix link to image

Modified:
    polly/trunk/www/documentation.html
    polly/trunk/www/documentation/architecture.html

Modified: polly/trunk/www/documentation.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation.html?rev=152310&r1=152309&r2=152310&view=diff
==============================================================================
--- polly/trunk/www/documentation.html (original)
+++ polly/trunk/www/documentation.html Thu Mar  8 06:02:10 2012
@@ -16,7 +16,7 @@
   <!--*********************************************************************-->
 
 <ul>
-<li><h2><a href="documentation/architecture.html">Polly - The architecture
+<li><h2><a href="documentation/architecture.html">The architecture
 </a></h2></li>
 <li><h2><a href="example_load_Polly_into_clang.html">Load Polly into clang and automatically
 run it at -O3</a></h2>

Modified: polly/trunk/www/documentation/architecture.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/architecture.html?rev=152310&r1=152309&r2=152310&view=diff
==============================================================================
--- polly/trunk/www/documentation/architecture.html (original)
+++ polly/trunk/www/documentation/architecture.html Thu Mar  8 06:02:10 2012
@@ -14,7 +14,7 @@
   <!--*********************************************************************-->
   <h1>Polly - The architecture</h1>
   <!--*********************************************************************-->
-  <img src='images/architecture.png' />
+  <img src='architecture.png' />
 </div>
 </body>
 </html>





More information about the llvm-commits mailing list