summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2012-02-12 09:11:39 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2012-02-12 09:11:39 +0000
commit8275fc0ba70b29a116e0892e582a8fb21124abf1 (patch)
tree6dac8dc468eb6042f5be1044a0187ec4b1ed6e2d /docs
parent9335df324951c022bc696e64b5fe9f66a8ad5222 (diff)
Fix broken link. I believe this has been broken for at least 7 months.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150329 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 0a3258e270..26ee38280a 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -99,7 +99,7 @@ Web Site</a> or the <a href="http://llvm.org">LLVM Web Site</a>.</p>
an end-user, documenting the supported features, command line options, etc. If
you are interested in using Clang to build a tool that processes code, please
see <a href="InternalsManual.html">the Clang Internals Manual</a>. If you are
-interested in the <a href="http://clang.llvm.org/StaticAnalysis.html">Clang
+interested in the <a href="http://clang-analyzer.llvm.org">Clang
Static Analyzer</a>, please see its web page.</p>
<p>Clang is designed to support the C family of programming languages, which