diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-09-06 23:09:54 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-09-06 23:09:54 +0000 |
commit | 988686349f1ba21474a0159f7da5b3d8ab78815f (patch) | |
tree | 766e842d8620e61f3a7e3b52fa5342a5a7c97982 /libcxx/docs/index.rst | |
parent | 15fc1348650617a44ae1da271be5d08445dfac8a (diff) | |
download | bcm5719-llvm-988686349f1ba21474a0159f7da5b3d8ab78815f.tar.gz bcm5719-llvm-988686349f1ba21474a0159f7da5b3d8ab78815f.zip |
Try to fix links for libcxx.llvm.org/docs again.
llvm-svn: 246950
Diffstat (limited to 'libcxx/docs/index.rst')
-rw-r--r-- | libcxx/docs/index.rst | 42 |
1 files changed, 15 insertions, 27 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index c5fe86128ed..eeea39af4c9 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -102,14 +102,9 @@ C++ Dialect Support --------------------- * C++11 - Complete -* `C++14 - Complete <cxx14 status_>`_ -* `C++1z - In Progress <cxx1z status_>`_ -* `Post C++14 Technical Specifications - In Progress <ts status_>`_ - -.. _cxx14 status: http://libcxx.llvm.org/cxx1y_status.html -.. _cxx1z status: http://libcxx.llvm.org/cxx1z_status.html -.. _ts status: http://libcxx.llvm.org/ts1z_status.html - +* `C++14 - Complete <http://libcxx.llvm.org/cxx1y_status.html>`__ +* `C++1z - In Progress <http://libcxx.llvm.org/cxx1z_status.html>`__ +* `Post C++14 Technical Specifications - In Progress <http://libcxx.llvm.org/ts1z_status.html>`__ Notes and Known Issues ---------------------- @@ -132,9 +127,9 @@ Design Documents * `<atomic> design <http://libcxx.llvm.org/atomic_design.html>`_ * `<type_traits> design <http://libcxx.llvm.org/type_traits_design.html>`_ * `Status of debug mode <http://libcxx.llvm.org/debug_mode.html>`_ -* `Notes by Marshall Clow <clow notes_>`_ +* `Notes by Marshall Clow`__ -.. _clow notes: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/ +.. __: https://cplusplusmusings.wordpress.com/2012/07/05/clang-and-standard-libraries-on-mac-os-x/ Build Bots ----------- @@ -152,37 +147,30 @@ and `Getting started with LLVM <http://llvm.org/docs/GettingStarted.html>`__. If you think you've found a bug in libc++, please report it using the `LLVM Bugzilla`_. If you're not sure, you -can post a message to the `cfe-dev`_. mailing list or on IRC. +can post a message to the `cfe-dev mailing list`_ or on IRC. Please include "libc++" in your subject. **Patches** If you want to contribute a patch to libc++, the best place for that is -`Phabricator <phab doc_>`_. Please include [libcxx] in the subject and +`Phabricator <http://llvm.org/docs/Phabricator.html>`_. Please include [libcxx] in the subject and add `cfe-commits` as a subscriber. Also make sure you are subscribed to the -`cfe-commits mailing list <cfe-commits_>`_. +`cfe-commits mailing list <http://lists.llvm.org/mailman/listinfo/cfe-commits>`_. **Discussion and Questions** -Send discussions and questions to the `cfe-dev mailing list <cfe-dev_>`_. +Send discussions and questions to the +`cfe-dev mailing list <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_. Please include [libcxx] in the subject. -.. _phab doc: http://llvm.org/docs/Phabricator.html Quick Links =========== -* `LLVM Homepage <llvm_>`_ -* `libc++abi Homepage <libc++abi_>`_ -* `LLVM Bugzilla`_ -* `cfe-commits Mailing List <cfe-commits_>`_ -* `cfe-dev Mailing List <cfe-dev_>`_ +* `LLVM Homepage <http://llvm.org/>`_ +* `libc++abi Homepage <http://libcxxabi.llvm.org/>`_ +* `LLVM Bugzilla <http://llvm.org/bugs/>`_ +* `cfe-commits Mailing List`_ +* `cfe-dev Mailing List`_ * `Browse libc++ -- SVN <http://llvm.org/svn/llvm-project/libcxx/trunk/>`_ * `Browse libc++ -- ViewVC <http://llvm.org/viewvc/llvm-project/libcxx/trunk/>`_ - - -.. _`llvm`: http://llvm.org/ -.. _`libc++abi`: http://libcxxabi.llvm.org/ -.. _`LLVM Bugzilla`: http://llvm.org/bugs/ -.. _cfe-dev: http://lists.llvm.org/mailman/listinfo/cfe-dev -.. _cfe-commits: http://lists.llvm.org/mailman/listinfo/cfe-commits |