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 | 52c17e720123ce2e8d5e1963805a1905d4caf8a0 (patch) | |
| tree | 2c973396b704664dab670089df8e7a0bab07baa0 | |
| parent | 2f82e2735a91ed65c6406de2637a10ea5d46c910 (diff) | |
| download | bcm5719-llvm-52c17e720123ce2e8d5e1963805a1905d4caf8a0.tar.gz bcm5719-llvm-52c17e720123ce2e8d5e1963805a1905d4caf8a0.zip  | |
fix the menu's links
llvm-svn: 73341
| -rw-r--r-- | clang/www/analyzer/menu.html.incl | 16 | 
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 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">  | 

