[llvm-commits] [www-releases] r145595 - /www-releases/trunk/3.0/docs/TestingGuide.html

Tanya Lattner tonic at nondot.org
Thu Dec 1 09:51:55 PST 2011


Author: tbrethou
Date: Thu Dec  1 11:51:55 2011
New Revision: 145595

URL: http://llvm.org/viewvc/llvm-project?rev=145595&view=rev
Log:
Update links.

Modified:
    www-releases/trunk/3.0/docs/TestingGuide.html

Modified: www-releases/trunk/3.0/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.0/docs/TestingGuide.html?rev=145595&r1=145594&r2=145595&view=diff
==============================================================================
--- www-releases/trunk/3.0/docs/TestingGuide.html (original)
+++ www-releases/trunk/3.0/docs/TestingGuide.html Thu Dec  1 11:51:55 2011
@@ -515,7 +515,7 @@
    tool was designed to help with these problems.</p>
 
 <p>FileCheck (whose basic command line arguments are described in <a
-   href="/CommandGuide/html/FileCheck.html">the FileCheck man page</a> is
+   href="CommandGuide/html/FileCheck.html">the FileCheck man page</a> is
    designed to read a file to check from standard input, and the set of things
    to verify from a file specified as a command line argument.  A simple example
    of using FileCheck from a RUN line looks like this:</p>





More information about the llvm-commits mailing list