summaryrefslogtreecommitdiffstats
path: root/www/features.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-10 05:07:59 +0000
committerChris Lattner <sabre@nondot.org>2009-07-10 05:07:59 +0000
commit909a883fbcb3eda5be0003d7c438570d70514e79 (patch)
tree03148829a382acc86fd7272a2f8b5bb2f0df899a /www/features.html
parent7240d77c96792808a97c84032026c9cc7cd99127 (diff)
linkify
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75225 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/features.html')
-rw-r--r--www/features.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/features.html b/www/features.html
index a7c8fca7d1..6034ae7839 100644
--- a/www/features.html
+++ b/www/features.html
@@ -232,7 +232,7 @@ Currently, clang is divided into the following libraries and tool:
<li><b>librewrite</b> - Editing of text buffers (important for code rewriting
transformation, like refactoring).</li>
<li><b>libanalysis</b> - Static analysis support.</li>
-<li><b>libindex</b> - Cross-translation-unit infrastructure and indexing support.</li>
+<li><b><a href="docs/libIndex.html">libindex</a></b> - Cross-translation-unit infrastructure and indexing support.</li>
<li><b>clang</b> - A driver program, client of the libraries at various
levels.</li>
</ul>