aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-25 20:29:37 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-25 20:29:37 +0000
commit891a353c34d850d5f8ea63f14f347e9727250de3 (patch)
tree47550611f9b2725ced7a08649d83f4b29644a39c
parent2673c9ff76ebdb72b7f846e2ff1e0f4256372e19 (diff)
Fix links.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50297 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/CheckerNotes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/CheckerNotes.html b/www/CheckerNotes.html
index 3fbf0d311a..ac6733be91 100644
--- a/www/CheckerNotes.html
+++ b/www/CheckerNotes.html
@@ -35,9 +35,9 @@ find bugs in C and Objective-C programs.
<ul>
<li><a href="#Contents">Downloadable Package Contents</a></li>
<li><a href="#BasicUsage">Basic Usage</a></li>
- <li><a href="Output">Output of the Analyzer</a></li>
- <li><a href="RecommendedUsageGuidelines">Recommended Usage Guidelines</a></li>
- <li><a href="Debugging">Debugging the Analyzer</a>
+ <li><a href="#Output">Output of the Analyzer</a></li>
+ <li><a href="#RecommendedUsageGuidelines">Recommended Usage Guidelines</a></li>
+ <li><a href="#Debugging">Debugging the Analyzer</a>
</ul>
<h2 id="ReleaseContents">Package Contents</h2>