[vmkit-commits] [vmkit] r181315 - www fixes

Peter Senna Tschudin peter.senna at gmail.com
Tue May 7 07:12:46 PDT 2013


Author: peter.senna
Date: Tue May  7 09:12:31 2013
New Revision: 181315

URL: http://llvm.org/viewvc/llvm-project?rev=181315&view=rev
Log:
www fixes

Modified:
    vmkit/trunk/www/menu.html.incl
    vmkit/trunk/www/tutorial.html

Modified: vmkit/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/menu.html.incl?rev=181315&r1=181314&r2=181315&view=diff
==============================================================================
--- vmkit/trunk/www/menu.html.incl (original)
+++ vmkit/trunk/www/menu.html.incl Tue May  7 09:12:31 2013
@@ -19,10 +19,4 @@
     <a href="http://llvm.org/bugs/">Bug Reports</a>
     <a href="http://llvm.org/viewvc/llvm-project/vmkit/trunk/">Browse Source</a>
   </div>
-  
-  <div class="submenu">
-    <label>Events</label>
-    <a href="http://llvm.org/devmtg/">LLVM/Clang Developer Meetings</a>
-  </div>
-
 </div>

Modified: vmkit/trunk/www/tutorial.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/tutorial.html?rev=181315&r1=181314&r2=181315&view=diff
==============================================================================
--- vmkit/trunk/www/tutorial.html (original)
+++ vmkit/trunk/www/tutorial.html Tue May  7 09:12:31 2013
@@ -40,10 +40,10 @@ tutorial which contains.</p>
     <br/>
   </li>
   <li>
-    A base code canvas for starting developping the minimal virtual machine (
-    <a href="tuto/toy-vm-base.tar.gz">download the base code here</a>).
+    A base code canvas for starting developping the minimal virtual machine
+    (<a href="tuto/toy-vm-base.tar.gz">download the base code here</a>).
     <br/>You have to download and install VMKit first. See the
-    <a href="start.php">Get Started</a> page for more information.
+    <a href="get_started.html">Get Started</a> page for more information.
   </li>
 </ul>
 





More information about the vmkit-commits mailing list