summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-11-18 10:35:18 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-11-18 10:35:18 +0000
commit44da23424094f0af917697fb6eac87e923189605 (patch)
tree66aba1f4c84456a534c64cbb5ebb64a6c6c2eb1f /docs
parentc796af69298148346922d30d1986eef1d92ee2dd (diff)
downloadllvm-44da23424094f0af917697fb6eac87e923189605.tar.gz
llvm-44da23424094f0af917697fb6eac87e923189605.tar.bz2
llvm-44da23424094f0af917697fb6eac87e923189605.tar.xz
Documentation: use a :doc: link instead of an absolute http:// link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168286 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst
index ad78d0f4e0..69d24225c9 100644
--- a/docs/TestingGuide.rst
+++ b/docs/TestingGuide.rst
@@ -206,8 +206,8 @@ flexible, but we've standardized it for the LLVM regression tests. If
you're adding a directory of tests, just copy ``lit.local.cfg`` from
another directory to get running. The standard ``lit.local.cfg`` simply
specifies which files to look in for tests. Any directory that contains
-only directories does not need the ``lit.local.cfg`` file. Read the `Lit
-documentation <http://llvm.org/cmds/lit.html>`_ for more information.
+only directories does not need the ``lit.local.cfg`` file. Read the :doc:`Lit
+documentation <CommandGuide/lit>` for more information.
The ``llvm-runtests`` function looks at each file that is passed to it
and gathers any lines together that match "RUN:". These are the "RUN"