aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-04-19 17:21:46 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-04-19 17:21:46 +0000
commita9639620e04f1861456a622c406e4dd5624e8acf (patch)
tree9e25cfa3a1265ef46b922dbe2fb1f4dbf3aacf2f
parent54c350a67b47f059e1d577bdd9e2d1dc31ff82b5 (diff)
Fix a broken link. Patch by Nikola Smiljanic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155139 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/UsersManual.html2
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 &quot;gcc.exe&quot; compiled for i686-w64-mingw32 (or x86_64-w64-mingw32) to be present on PATH.</p>