diff options
-rw-r--r-- | libcxx/www/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html index 798d0c8e55b..821f25d7e04 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -43,6 +43,16 @@ under the MIT license and the UIUC License (a BSD-like license).</p> <!--=====================================================================--> + <h2>New Documentation Coming Soon!</h2> + <!--=====================================================================--> + + <p> Looking for documentation on how to use, build and test libc++? If so + checkout the new libc++ documentation.</p> + + <p><a href="http://libcxx.llvm.org/docs/"> + Click here for the new libc++ documentation.</a></p> + + <!--=====================================================================--> <h2 id="goals">Features and Goals</h2> <!--=====================================================================--> |