diff options
author | Sean Silva <silvas@purdue.edu> | 2012-11-14 21:09:30 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-11-14 21:09:30 +0000 |
commit | ac99eed043e84905bc2fb299ccaf5809e9c0e90f (patch) | |
tree | f3e8b22b7ff8dfdb6acdf545f8b158172141a22c /docs/GettingStarted.rst | |
parent | 70a870add82dab944b98ee1840fafff33795fc95 (diff) |
docs: Sphinxify TestingGuide
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r-- | docs/GettingStarted.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 68768921f6..4ad763650d 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -1073,8 +1073,8 @@ module that must be checked out (usually to ``projects/test-suite``). This module contains a comprehensive correctness, performance, and benchmarking test suite for LLVM. It is a separate Subversion module because not every LLVM user is interested in downloading or building such a comprehensive test suite. For -further details on this test suite, please see the `Testing -Guide <TestingGuide.html>`_ document. +further details on this test suite, please see the :doc:`Testing Guide +<TestingGuide>` document. .. _tools: |