[cfe-commits] r155139 - /cfe/trunk/docs/UsersManual.html

David Blaikie dblaikie at gmail.com
Thu Apr 19 10:21:47 PDT 2012


Author: dblaikie
Date: Thu Apr 19 12:21:46 2012
New Revision: 155139

URL: http://llvm.org/viewvc/llvm-project?rev=155139&view=rev
Log:
Fix a broken link. Patch by Nikola Smiljanic.

Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=155139&r1=155138&r2=155139&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Thu Apr 19 12:21:46 2012
@@ -1135,7 +1135,7 @@
 <li><tt>some_directory/bin/../include</tt></li>
 </ul>
 
-<p>This directory layout is standard for any toolchain you will find on the official <a href="mingw-w64.sourceforge.net">MinGW-w64 website</a>.
+<p>This directory layout is standard for any toolchain you will find on the official <a href="http://mingw-w64.sourceforge.net">MinGW-w64 website</a>.
 
 <p>Clang expects the GCC executable "gcc.exe" compiled for i686-w64-mingw32 (or x86_64-w64-mingw32) to be present on PATH.</p>
 





More information about the cfe-commits mailing list