summaryrefslogtreecommitdiff
path: root/docs/JSONCompilationDatabase.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-02 13:07:47 +0000
committerSean Silva <silvas@purdue.edu>2013-01-02 13:07:47 +0000
commit159cc9e6f6c9cdfe571a90d341c29b31bf1007fe (patch)
treeda749433864677d492bee0125c4fc2192ec05387 /docs/JSONCompilationDatabase.rst
parent9cc4c39c8b783355ffcb5cf3cb6d7989a067eac1 (diff)
downloadclang-159cc9e6f6c9cdfe571a90d341c29b31bf1007fe.tar.gz
clang-159cc9e6f6c9cdfe571a90d341c29b31bf1007fe.tar.bz2
clang-159cc9e6f6c9cdfe571a90d341c29b31bf1007fe.tar.xz
docs: Fix up HTML links to proper reST links.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/JSONCompilationDatabase.rst')
-rw-r--r--docs/JSONCompilationDatabase.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/JSONCompilationDatabase.rst b/docs/JSONCompilationDatabase.rst
index 51482648d5..c5852ebfb5 100644
--- a/docs/JSONCompilationDatabase.rst
+++ b/docs/JSONCompilationDatabase.rst
@@ -34,7 +34,7 @@ of compilation databases for Unix Makefile builds (Ninja builds in the
works) with the option ``CMAKE_EXPORT_COMPILE_COMMANDS``.
Clang's tooling interface supports reading compilation databases; see
-the `LibTooling documentation <LibTooling.html>`_. libclang and its
+the :doc:`LibTooling documentation <LibTooling>`. libclang and its
python bindings also support this (since clang 3.2); see
`CXCompilationDatabase.h </doxygen/group__COMPILATIONDB.html>`_.