diff options
-rw-r--r-- | docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html index b33ed61217..e9af769206 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -1135,7 +1135,7 @@ Clang assumes directories as below;</p> <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> |