From 0ef540bd518683984eec8339a4cc7d460ef5a120 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sat, 22 Sep 2018 19:49:29 +0000 Subject: [PATCH] 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 --- libcxx/docs/index.rst | 15 ++++++--------- libcxx/www/index.html | 12 ++++++------ 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index 1f563a3..bb56f2d 100644 --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -161,21 +161,18 @@ and `Getting started with LLVM `__. 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 `_. 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 `_. +`Phabricator `_. Please add `libcxx-commits` as a subscriber. +Also make sure you are subscribed to the `libcxx-commits mailing list `_. **Discussion and Questions** Send discussions and questions to the -`cfe-dev mailing list `_. -Please include [libcxx] in the subject. +`libcxx-dev mailing list `_. @@ -184,7 +181,7 @@ Quick Links * `LLVM Homepage `_ * `libc++abi Homepage `_ * `LLVM Bugzilla `_ -* `cfe-commits Mailing List`_ -* `cfe-dev Mailing List`_ +* `libcxx-commits Mailing List`_ +* `libcxx-dev Mailing List`_ * `Browse libc++ -- SVN `_ * `Browse libc++ -- ViewVC `_ diff --git a/libcxx/www/index.html b/libcxx/www/index.html index 8d2e993..3724b8b 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -23,8 +23,8 @@