[llvm-commits] [www-releases] r170860 - /www-releases/trunk/3.2/tools/clang/docs/ReleaseNotes.html
Pawel Wodnicki
pawel at 32bitmicro.com
Thu Dec 20 23:54:24 PST 2012
Author: pawel
Date: Fri Dec 21 01:54:24 2012
New Revision: 170860
URL: http://llvm.org/viewvc/llvm-project?rev=170860&view=rev
Log:
fix link to llvm relase notes
Modified:
www-releases/trunk/3.2/tools/clang/docs/ReleaseNotes.html
Modified: www-releases/trunk/3.2/tools/clang/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/3.2/tools/clang/docs/ReleaseNotes.html?rev=170860&r1=170859&r2=170860&view=diff
==============================================================================
--- www-releases/trunk/3.2/tools/clang/docs/ReleaseNotes.html (original)
+++ www-releases/trunk/3.2/tools/clang/docs/ReleaseNotes.html Fri Dec 21 01:54:24 2012
@@ -51,7 +51,7 @@
frontend, part of the LLVM Compiler Infrastructure, release 3.2. Here we
describe the status of Clang in some detail, including major improvements
from the previous release and new feature work. For the general LLVM release
- notes, see <a href="http://llvm.org/docs/ReleaseNotes.html">the LLVM
+ notes, see <a href="http://llvm.org/releases/3.2/docs/ReleaseNotes.html">the LLVM
documentation</a>. All LLVM releases may be downloaded from the
<a href="http://llvm.org/releases/">LLVM releases web site</a>.</p>
More information about the llvm-commits
mailing list