[cfe-commits] r73393 - /cfe/trunk/www/analyzer/menu.html.incl

Ted Kremenek kremenek at apple.com
Mon Jun 15 10:23:35 PDT 2009


Author: kremenek
Date: Mon Jun 15 12:23:35 2009
New Revision: 73393

URL: http://llvm.org/viewvc/llvm-project?rev=73393&view=rev
Log:
Revert r73341.

Modified:
    cfe/trunk/www/analyzer/menu.html.incl

Modified: cfe/trunk/www/analyzer/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/menu.html.incl?rev=73393&r1=73392&r2=73393&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/menu.html.incl (original)
+++ cfe/trunk/www/analyzer/menu.html.incl Mon Jun 15 12:23:35 2009
@@ -6,18 +6,18 @@
 
   <div class="submenu">
     <label>Quick Links</label>
-    <a href="index.html">About the Analyzer</a>
-    <a href="filing_bugs.html">Filing Bugs</a>    
+    <a href="/index.html">About the Analyzer</a>
+    <a href="/filing_bugs.html">Filing Bugs</a>    
   </div>
     
   <div class="submenu">
     <label>User Manual</label>
-<!--      <a href="design_philosphy.html">Design Philosophy</a> -->
-      <a href="installation.html">Obtaining the Analyzer</a>
-      <a href="scan-build.html">Running the Analyzer</tt></a>
-      <a href="available_checks.html">Available Checks</a>
-<!--      <a href="false_positives.html">False Positives</a> -->
-      <a href="annotations.html">Source-level Annotations</a>
+<!--      <a href="/design_philosphy.html">Design Philosophy</a> -->
+      <a href="/installation.html">Obtaining the Analyzer</a>
+      <a href="/scan-build.html">Running the Analyzer</tt></a>
+      <a href="/available_checks.html">Available Checks</a>
+<!--      <a href="/false_positives.html">False Positives</a> -->
+      <a href="/annotations.html">Source-level Annotations</a>
   </div>
 
   <div class="submenu">





More information about the cfe-commits mailing list