summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2010-10-06 21:07:30 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2010-10-06 21:07:30 +0000
commitcdce44be4741c8cfad13052be7d4a6ae683455b2 (patch)
tree40cb5970ffac0d2521b60055bbdf796f1a3b324c /docs
parent152c1061e0b4ad379eec5fa38ee0091fc11ff936 (diff)
downloadllvm-cdce44be4741c8cfad13052be7d4a6ae683455b2.tar.gz
llvm-cdce44be4741c8cfad13052be7d4a6ae683455b2.tar.bz2
llvm-cdce44be4741c8cfad13052be7d4a6ae683455b2.tar.xz
Fix libc++ link in release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 7cb7b5c845..826540afae 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>