diff options
| author | David Blaikie <dblaikie@gmail.com> | 2012-04-19 17:21:46 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2012-04-19 17:21:46 +0000 |
| commit | c5caf7291c8a1f551c281744e299f8235c2d6eca (patch) | |
| tree | 0c7294da2ae5da6e23f07f0b1e0ec6dbd58437f8 /clang/docs/UsersManual.html | |
| parent | c1c19a6f0266f77c6177f5f54c9955be5abc93d8 (diff) | |
| download | bcm5719-llvm-c5caf7291c8a1f551c281744e299f8235c2d6eca.tar.gz bcm5719-llvm-c5caf7291c8a1f551c281744e299f8235c2d6eca.zip | |
Fix a broken link. Patch by Nikola Smiljanic.
llvm-svn: 155139
Diffstat (limited to 'clang/docs/UsersManual.html')
| -rw-r--r-- | clang/docs/UsersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index b33ed61217b..e9af7692065 100644 --- a/clang/docs/UsersManual.html +++ b/clang/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> |

