diff options
Diffstat (limited to 'clang/www/index.html')
-rwxr-xr-x | clang/www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/index.html b/clang/www/index.html index 1ca24973a1d..ed826b8ebbd 100755 --- a/clang/www/index.html +++ b/clang/www/index.html @@ -17,7 +17,7 @@ <p>The Clang project provides a language front-end and tooling infrastructure for languages in the C language family (C, C++, Objective C/C++, OpenCL, - CUDA, and RenderScript) for the <a href="http://www.llvm.org/">LLVM</a> + CUDA, and RenderScript) for the <a href="https://www.llvm.org/">LLVM</a> project. Both a GCC-compatible compiler driver (<tt>clang</tt>) and an MSVC-compatible compiler driver (<tt>clang-cl.exe</tt>) are provided. You can <a href="get_started.html">get and build</a> the source today.</p> |