[llvm-commits] [llvm] r53018 - /llvm/trunk/docs/index.html

Matthijs Kooijman matthijs at stdin.nl
Wed Jul 2 06:55:23 PDT 2008


Author: matthijs
Date: Wed Jul  2 08:54:58 2008
New Revision: 53018

URL: http://llvm.org/viewvc/llvm-project?rev=53018&view=rev
Log:
Update link to testing guide to use the new title.

Modified:
    llvm/trunk/docs/index.html

Modified: llvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.html?rev=53018&r1=53017&r2=53018&view=diff

==============================================================================
--- llvm/trunk/docs/index.html (original)
+++ llvm/trunk/docs/index.html Wed Jul  2 08:54:58 2008
@@ -105,8 +105,8 @@
 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>





More information about the llvm-commits mailing list