summaryrefslogtreecommitdiff
path: root/docs/LibASTMatchers.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/LibASTMatchers.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/LibASTMatchers.rst')
-rw-r--r--docs/LibASTMatchers.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/LibASTMatchers.rst b/docs/LibASTMatchers.rst
index 56a1a7fa4b..738de79d5d 100644
--- a/docs/LibASTMatchers.rst
+++ b/docs/LibASTMatchers.rst
@@ -7,9 +7,9 @@ nodes of the AST and execute code that uses the matched nodes. Combined with
:doc:`LibTooling`, LibASTMatchers helps to write code-to-code transformation
tools or query tools.
-We assume basic knowledge about the Clang AST. See the `Introduction to the
-Clang AST <IntroductionToTheClangAST.html>`_ if you want to learn more about
-how the AST is structured.
+We assume basic knowledge about the Clang AST. See the :doc:`Introduction
+to the Clang AST <IntroductionToTheClangAST>` if you want to learn more
+about how the AST is structured.
.. FIXME: create tutorial and link to the tutorial
@@ -52,7 +52,7 @@ AST matchers <astmatchers-writing>` later in this document.
The precondition to using the matchers is to understand how the AST for what you
want to match looks like. The
-`Introduction to the Clang AST <IntroductionToTheClangAST.html>`_ teaches you
+:doc:`Introduction to the Clang AST <IntroductionToTheClangAST>` teaches you
how to dump a translation unit's AST into a human readable format.
.. FIXME: Introduce link to ASTMatchersTutorial.html