diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-10-14 20:51:33 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-10-14 20:51:33 +0000 |
commit | 9da4c8ed758e1f7d98fc97fd6243d6b5a6e2a909 (patch) | |
tree | 25e9b24d9fab6de3ea69c97db989932de8922a1e | |
parent | 048cc97fb1900dc2143753f851c742ae30ece4bb (diff) | |
download | bcm5719-llvm-9da4c8ed758e1f7d98fc97fd6243d6b5a6e2a909.tar.gz bcm5719-llvm-9da4c8ed758e1f7d98fc97fd6243d6b5a6e2a909.zip |
Link to new documentation from existing homepage
llvm-svn: 250325
-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> <!--=====================================================================--> |