fix the menu's links

llvm-svn: 73341
This commit is contained in:
Nuno Lopes 2009-06-14 09:40:09 +00:00
parent 2f82e2735a
commit 52c17e7201
1 changed files with 8 additions and 8 deletions

View File

@ -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">