summaryrefslogtreecommitdiff
path: root/docs/Tooling.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Tooling.rst')
-rw-r--r--docs/Tooling.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Tooling.rst b/docs/Tooling.rst
index b2884b6710..b1281fc09e 100644
--- a/docs/Tooling.rst
+++ b/docs/Tooling.rst
@@ -33,7 +33,7 @@ Do not use LibClang when you...:
Clang Plugins
-------------
-`Clang Plugins <ClangPlugins.html>`_ allow you to run additional actions on the
+:doc:`Clang Plugins <ClangPlugins>` allow you to run additional actions on the
AST as part of a compilation. Plugins are dynamic libraries that are loaded at
runtime by the compiler, and they're easy to integrate into your build
environment.
@@ -60,7 +60,7 @@ Do not use Clang Plugins when you...:
LibTooling
----------
-`LibTooling <LibTooling.html>`_ is a C++ interface aimed at writing standalone
+:doc:`LibTooling <LibTooling>` is a C++ interface aimed at writing standalone
tools, as well as integrating into services that run clang tools. Canonical
examples of when to use LibTooling:
@@ -85,7 +85,7 @@ Do not use LibTooling when you...:
Clang Tools
-----------
-`Clang tools <ClangTools.html>`_ are a collection of specific developer tools
+:doc:`Clang tools <ClangTools>` are a collection of specific developer tools
built on top of the LibTooling infrastructure as part of the Clang project.
They are targeted at automating and improving core development activities of
C/C++ developers.