diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-09-22 19:49:29 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-09-22 19:49:29 +0000 |
commit | 0ef540bd518683984eec8339a4cc7d460ef5a120 (patch) | |
tree | aa867a18668888568abc313467eaf1eac565c3fa /libcxx/docs/index.rst | |
parent | 4b47cbccd453c089f0a1d1699dd80718943986d0 (diff) | |
download | bcm5719-llvm-0ef540bd518683984eec8339a4cc7d460ef5a120.tar.gz bcm5719-llvm-0ef540bd518683984eec8339a4cc7d460ef5a120.zip |
Correct docs to reference the new libc++ lists.
We recently added libcxx-dev and libcxx-commits mailing lists.
This patch updates the libc++ documentation to correctly reference
the libc++ lists instead of the old Clang ones.
llvm-svn: 342816
Diffstat (limited to 'libcxx/docs/index.rst')
-rw-r--r-- | libcxx/docs/index.rst | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index 1f563a37f67..bb56f2da0cf 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -161,21 +161,18 @@ 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. -Please include "libc++" in your subject. +can post a message to the `libcxx-dev mailing list`_ or on IRC. **Patches** If you want to contribute a patch to libc++, the best place for that is -`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 <http://lists.llvm.org/mailman/listinfo/cfe-commits>`_. +`Phabricator <http://llvm.org/docs/Phabricator.html>`_. Please add `libcxx-commits` as a subscriber. +Also make sure you are subscribed to the `libcxx-commits mailing list <http://lists.llvm.org/mailman/listinfo/libcxx-commits>`_. **Discussion and Questions** Send discussions and questions to the -`cfe-dev mailing list <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_. -Please include [libcxx] in the subject. +`libcxx-dev mailing list <http://lists.llvm.org/mailman/listinfo/libcxx-dev>`_. @@ -184,7 +181,7 @@ Quick Links * `LLVM Homepage <http://llvm.org/>`_ * `libc++abi Homepage <http://libcxxabi.llvm.org/>`_ * `LLVM Bugzilla <https://bugs.llvm.org/>`_ -* `cfe-commits Mailing List`_ -* `cfe-dev Mailing List`_ +* `libcxx-commits Mailing List`_ +* `libcxx-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/>`_ |