diff options
author | Sean Silva <silvas@purdue.edu> | 2013-01-02 13:07:47 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-01-02 13:07:47 +0000 |
commit | 159cc9e6f6c9cdfe571a90d341c29b31bf1007fe (patch) | |
tree | da749433864677d492bee0125c4fc2192ec05387 /docs/LibASTMatchers.rst | |
parent | 9cc4c39c8b783355ffcb5cf3cb6d7989a067eac1 (diff) | |
download | clang-159cc9e6f6c9cdfe571a90d341c29b31bf1007fe.tar.gz |
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.rst | 8 |
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 |