[libcxx] r188275 - Fix case mismatch

Marshall Clow mclow.lists at gmail.com
Tue Aug 13 07:59:44 PDT 2013


Author: marshall
Date: Tue Aug 13 09:59:44 2013
New Revision: 188275

URL: http://llvm.org/viewvc/llvm-project?rev=188275&view=rev
Log:
Fix case mismatch

Modified:
    libcxx/trunk/www/index.html

Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=188275&r1=188274&r2=188275&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Tue Aug 13 09:59:44 2013
@@ -118,7 +118,7 @@
    <p>libc++ is a 100% complete C++11 implementation on Apple's OS X. </p>
    <p>LLVM and Clang can self host in C++ and C++11 mode with libc++ on Linux.</p>
    <p>C++1Y (C++14) implementation is in progress. The current status is
-       <a href="cxx1Y_status.html">here</a></p>
+       <a href="cxx1y_status.html">here</a></p>
  
    <p>
    Ports to other platforms are underway. Here are recent test





More information about the cfe-commits mailing list