Fix libc++ link in release notes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tobias Grosser 2010-10-06 21:07:30 +00:00
parent 152c1061e0
commit cdce44be47

View File

@ -269,7 +269,7 @@ support new platforms, new languages, new architectures, and new features.
<div class="doc_text">
<p>
<a href="http://libc++.llvm.org/">libc++</a> is another new member of the LLVM
<a href="http://libcxx.llvm.org/">libc++</a> is another new member of the LLVM
family. It is an implementation of the C++ standard library, written from the
ground up to specifically target the forthcoming C++'0X standard and focus on
delivering great performance.</p>