summaryrefslogtreecommitdiffstats
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
commit52c17e720123ce2e8d5e1963805a1905d4caf8a0 (patch)
tree2c973396b704664dab670089df8e7a0bab07baa0
parent2f82e2735a91ed65c6406de2637a10ea5d46c910 (diff)
downloadbcm5719-llvm-52c17e720123ce2e8d5e1963805a1905d4caf8a0.tar.gz
bcm5719-llvm-52c17e720123ce2e8d5e1963805a1905d4caf8a0.zip
fix the menu's links
llvm-svn: 73341
-rw-r--r--clang/www/analyzer/menu.html.incl16
1 files changed, 8 insertions, 8 deletions
diff --git a/clang/www/analyzer/menu.html.incl b/clang/www/analyzer/menu.html.incl
index a5e7f31f627..9422f03deda 100644
--- a/clang/www/analyzer/menu.html.incl
+++ b/clang/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">
OpenPOWER on IntegriCloud