[cfe-commits] Minor documentation fix
Nikola Smiljanic
popizdeh at gmail.com
Thu Apr 19 10:14:43 PDT 2012
The link should be absolute in order to work. Somebody please commit.
-------------- next part --------------
Index: docs/UsersManual.html
===================================================================
--- docs/UsersManual.html (revision 155007)
+++ docs/UsersManual.html (working copy)
@@ -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