diff --git a/clang-tools-extra/README.txt b/clang-tools-extra/README.txt index 9809cc38ccf4f..9c859a052c4b4 100644 --- a/clang-tools-extra/README.txt +++ b/clang-tools-extra/README.txt @@ -11,8 +11,8 @@ This repository is only intended to be checked out inside of a full LLVM+Clang 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 index 91527b094856f..63842d42bc208 100644 --- a/clang/README.txt +++ b/clang/README.txt @@ -19,8 +19,8 @@ Clang Static Analyzer: http://clang-analyzer.llvm.org/ 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 index ce24834eb164b..7e97efcdcde01 100644 --- 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 index 0fded355b67ce..d20a3f9474b5f 100644 --- a/clang/www/demo/index.cgi +++ b/clang/www/demo/index.cgi @@ -20,7 +20,7 @@ if ( !-d $ROOT ) { mkdir( $ROOT, 0777 ); } 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 index 72c483d273453..372e1492f827e 100755 --- a/clang/www/menu.html.incl +++ b/clang/www/menu.html.incl @@ -33,8 +33,7 @@