summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-11-14 21:09:30 +0000
committerSean Silva <silvas@purdue.edu>2012-11-14 21:09:30 +0000
commitac99eed043e84905bc2fb299ccaf5809e9c0e90f (patch)
treef3e8b22b7ff8dfdb6acdf545f8b158172141a22c /docs/GettingStarted.rst
parent70a870add82dab944b98ee1840fafff33795fc95 (diff)
downloadllvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.gz
llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.bz2
llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.xz
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.rst4
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: