aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-06-14 09:40:09 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-06-14 09:40:09 +0000
commit557e81180d6b53c49254b30aea5e9ac1ec2f34b7 (patch)
tree98c1ff7858326e73ffad6c604a4e23fa8913eefc
parentbb2604122f4186b6f666481f699b27c7e7a95790 (diff)
fix the menu's links
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73341 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/analyzer/menu.html.incl16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/analyzer/menu.html.incl b/www/analyzer/menu.html.incl
index a5e7f31f62..9422f03ded 100644
--- a/www/analyzer/menu.html.incl
+++ b/www/analyzer/menu.html.incl
@@ -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&nbsp;Philosophy</a> -->
- <a href="/installation.html">Obtaining&nbsp;the&nbsp;Analyzer</a>
- <a href="/scan-build.html">Running&nbsp;the&nbsp;Analyzer</tt></a>
- <a href="/available_checks.html">Available&nbsp;Checks</a>
-<!-- <a href="/false_positives.html">False&nbsp;Positives</a> -->
- <a href="/annotations.html">Source-level Annotations</a>
+<!-- <a href="design_philosphy.html">Design&nbsp;Philosophy</a> -->
+ <a href="installation.html">Obtaining&nbsp;the&nbsp;Analyzer</a>
+ <a href="scan-build.html">Running&nbsp;the&nbsp;Analyzer</tt></a>
+ <a href="available_checks.html">Available&nbsp;Checks</a>
+<!-- <a href="false_positives.html">False&nbsp;Positives</a> -->
+ <a href="annotations.html">Source-level Annotations</a>
</div>
<div class="submenu">