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 | cd5a5056e0fbac624c504c4a33d57160723cd71d (patch) | |
tree | 7862f3a2ff99d6fae93ba1593dbe536e97e961b2 /docs/UsersManual.html | |
parent | e4da0eb77cc645ca73c9d070dc952997f0ee2c25 (diff) |
Fix a broken link
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r-- | docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 20fdda72dc..cfaa071083 100644 --- a/docs/UsersManual.html +++ b/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 |