[llvm-commits] [llvm] r115837 - /llvm/trunk/docs/ReleaseNotes.html

Tobias Grosser grosser at fim.uni-passau.de
Wed Oct 6 14:07:30 PDT 2010


Author: grosser
Date: Wed Oct  6 16:07:30 2010
New Revision: 115837

URL: http://llvm.org/viewvc/llvm-project?rev=115837&view=rev
Log:
Fix libc++ link in release notes.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=115837&r1=115836&r2=115837&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct  6 16:07:30 2010
@@ -269,7 +269,7 @@
 
 <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>





More information about the llvm-commits mailing list