diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2009-06-14 09:40:09 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2009-06-14 09:40:09 +0000 |
commit | 557e81180d6b53c49254b30aea5e9ac1ec2f34b7 (patch) | |
tree | 98c1ff7858326e73ffad6c604a4e23fa8913eefc | |
parent | bb2604122f4186b6f666481f699b27c7e7a95790 (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.incl | 16 |
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 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"> |