aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-07-02 13:54:58 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-07-02 13:54:58 +0000
commit9d3edca443d1110db1ce3b604a10c5e5d0cce22d (patch)
treebd16d2f9dfbb8ff5dea98c744d2863bba5c0ee5a /docs/index.html
parent8dd5af562b8ab9ddf4c6e3a74ca3c4f66dcd0e9e (diff)
downloadexternal_llvm-9d3edca443d1110db1ce3b604a10c5e5d0cce22d.zip
external_llvm-9d3edca443d1110db1ce3b604a10c5e5d0cce22d.tar.gz
external_llvm-9d3edca443d1110db1ce3b604a10c5e5d0cce22d.tar.bz2
Update link to testing guide to use the new title.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53018 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 15247ee..7810002 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -105,8 +105,8 @@ questions and problems and their solutions.</li>
Instructions for properly submitting information about any bugs you run into in
the LLVM system.</li>
-<li><a href="TestingGuide.html">LLVM Test Suite Guide</a> - A reference
-manual for using the LLVM test suite.</li>
+<li><a href="TestingGuide.html">LLVM Testing Infrastructure Guide</a> - A reference
+manual for using the LLVM testing infrastructure.</li>
<li><a href="GCCFEBuildInstrs.html">How to build the C/C++ front-end</a> -
Instructions for building the front-end from source.</li>