Add href to clang in overview.
authorChad Rosier <mcrosier@apple.com>
Sun, 26 Feb 2012 21:34:02 +0000 (21:34 +0000)
committerChad Rosier <mcrosier@apple.com>
Sun, 26 Feb 2012 21:34:02 +0000 (21:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151503 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 9bbb1d5c3ab87d7f8aed621b43bb2c4f18a89d2a..9db9bb26034197e391e1c5626f709e52d6871e18 100644 (file)
@@ -86,9 +86,10 @@ needed to use LLVM.  It contains an assembler, disassembler, bitcode
 analyzer and bitcode optimizer.  It also contains basic regression tests that
 can be used to test the LLVM tools and the Clang front end.</p>
 
-<p>The second piece is the Clang front end.  This component compiles C, C++,
-Objective C, and Objective C++ code into LLVM bitcode. Once compiled into LLVM
-bitcode, a program can be manipulated with the LLVM tools from the LLVM suite.
+<p>The second piece is the <a href="http://clang.llvm.org/">Clang</a> front end.
+This component compiles C, C++, Objective C, and Objective C++ code into LLVM
+bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the
+LLVM tools from the LLVM suite.
 </p>
 
 <p>