[cfe-commits] r73341 - /cfe/trunk/www/analyzer/menu.html.incl
Nuno Lopes
nunoplopes at sapo.pt
Sun Jun 14 02:40:18 PDT 2009
Author: nlopes
Date: Sun Jun 14 04:40:09 2009
New Revision: 73341
URL: http://llvm.org/viewvc/llvm-project?rev=73341&view=rev
Log:
fix the menu's links
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=73341&r1=73340&r2=73341&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/menu.html.incl (original)
+++ cfe/trunk/www/analyzer/menu.html.incl Sun Jun 14 04:40:09 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