From a749e3295df4aee18a0ad723875a6501f30ac744 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Danny=20M=C3=B6sch?= Date: Wed, 23 Mar 2022 10:10:20 -0400 Subject: [PATCH] Replace links to archived mailing lists by links to Discourse forums --- clang-tools-extra/README.txt | 4 ++-- clang/README.txt | 4 ++-- clang/www/analyzer/menu.html.incl | 4 ++-- clang/www/demo/index.cgi | 2 +- clang/www/menu.html.incl | 3 +-- compiler-rt/www/menu.html.incl | 2 +- flang/docs/GettingInvolved.md | 9 ++++----- libcxx/docs/index.rst | 13 ++++++------- libunwind/docs/index.rst | 18 ++++++++---------- lldb/docs/index.rst | 6 +++--- llvm/docs/Contributing.rst | 3 +-- llvm/docs/ExtendingLLVM.rst | 4 ++-- .../tutorial/MyFirstLanguageFrontend/LangImpl10.rst | 12 +++++------- 13 files changed, 38 insertions(+), 46 deletions(-) diff --git a/clang-tools-extra/README.txt b/clang-tools-extra/README.txt index 9809cc3..9c859a0 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 91527b09..63842d4 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 ce24834..7e97efc 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 0fded35..d20a3f9 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 72c483d..372e149 100755 --- a/clang/www/menu.html.incl +++ b/clang/www/menu.html.incl @@ -33,8 +33,7 @@