diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-11-09 15:15:41 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-11-09 15:15:41 +0000 |
commit | 44ab14000138068b6cb1bc8851793b17cec1b62a (patch) | |
tree | 30b5373489b832bd23667ccab20bf1a5c0b9dbdc | |
parent | 7c16a89ebf704394ad7c1002d1141d6981425c99 (diff) | |
download | bcm5719-llvm-44ab14000138068b6cb1bc8851793b17cec1b62a.tar.gz bcm5719-llvm-44ab14000138068b6cb1bc8851793b17cec1b62a.zip |
Fix a broken link
llvm-svn: 86545
-rw-r--r-- | clang/docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 20fdda72dce..cfaa071083b 100644 --- a/clang/docs/UsersManual.html +++ b/clang/docs/UsersManual.html @@ -126,7 +126,7 @@ reasonably possible, easing migration from GCC to Clang. In most cases, code <p>In addition to language specific features, Clang has a variety of features that depend on what CPU architecture or operating system is being compiled for. -Please see the <a href="target_features">Target-Specific Features and +Please see the <a href="#target_features">Target-Specific Features and Limitations</a> section for more details.</p> <p>The rest of the introduction introduces some basic <a |