aboutsummaryrefslogtreecommitdiffstats
path: root/docs/DeveloperPolicy.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/DeveloperPolicy.rst
parent70a870add82dab944b98ee1840fafff33795fc95 (diff)
downloadexternal_llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.zip
external_llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.gz
external_llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.bz2
docs: Sphinxify TestingGuide
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.rst')
-rw-r--r--docs/DeveloperPolicy.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst
index e35e729..3909012 100644
--- a/docs/DeveloperPolicy.rst
+++ b/docs/DeveloperPolicy.rst
@@ -180,8 +180,8 @@ Developers are required to create test cases for any bugs fixed and any new
features added. Some tips for getting your testcase approved:
* All feature and regression test cases are added to the ``llvm/test``
- directory. The appropriate sub-directory should be selected (see the `Testing
- Guide <TestingGuide.html>`_ for details).
+ directory. The appropriate sub-directory should be selected (see the
+ :doc:`Testing Guide <TestingGuide>` for details).
* Test cases should be written in `LLVM assembly language <LangRef.html>`_
unless the feature or regression being tested requires another language