diff --git a/clang-tools-extra/README.txt b/clang-tools-extra/README.txt --- a/clang-tools-extra/README.txt +++ b/clang-tools-extra/README.txt @@ -11,8 +11,8 @@ tree, and in the 'tools/extra' subdirectory of the Clang checkout. All discussion regarding Clang, Clang-based tools, and code in this repository -should be held using the standard Clang mailing lists: - http://lists.llvm.org/mailman/listinfo/cfe-dev +should be held using the standard Clang forum: + https://discourse.llvm.org/c/clang Code review for this tree should take place on the standard Clang patch and commit lists: diff --git a/clang/README.txt b/clang/README.txt --- a/clang/README.txt +++ b/clang/README.txt @@ -19,8 +19,8 @@ Information on the LLVM project: http://llvm.org/ If you have questions or comments about Clang, a great place to discuss them is -on the Clang development mailing list: - http://lists.llvm.org/mailman/listinfo/cfe-dev +on the Clang forums: + https://discourse.llvm.org/c/clang/ If you find a bug in Clang, please file it in the LLVM bug tracker: http://llvm.org/bugs/ diff --git a/clang/www/analyzer/menu.html.incl b/clang/www/analyzer/menu.html.incl --- a/clang/www/analyzer/menu.html.incl +++ b/clang/www/analyzer/menu.html.incl @@ -32,9 +32,9 @@
  • - Mailing Lists + Mailing List & Forums
  • diff --git a/clang/www/demo/index.cgi b/clang/www/demo/index.cgi --- a/clang/www/demo/index.cgi +++ b/clang/www/demo/index.cgi @@ -20,7 +20,7 @@ my $LOGFILE = "$ROOT/log.txt"; my $FORM_URL = 'index.cgi'; my $MAILADDR = 'sabre@nondot.org'; -my $CONTACT_ADDRESS = 'Questions or comments? Email the LLVM-dev mailing list.'; +my $CONTACT_ADDRESS = 'Questions or comments? Discuss on the LLVM forum.'; my $LOGO_IMAGE_URL = 'cathead.png'; my $TIMEOUTAMOUNT = 20; $ENV{'LD_LIBRARY_PATH'} = '/home/vadve/shared/localtools/fc1/lib/'; diff --git a/clang/www/menu.html.incl b/clang/www/menu.html.incl --- a/clang/www/menu.html.incl +++ b/clang/www/menu.html.incl @@ -33,8 +33,7 @@