Skip to content

Commit

Permalink
Remove references to old mailing lists that have moved to discourse. …
Browse files Browse the repository at this point in the history
…Replace with links to discourse.

Reviewed By: #libc_abi, ldionne

Differential Revision: https://reviews.llvm.org/D129675
  • Loading branch information
tlattner committed Jul 22, 2022
1 parent 13448db commit 44f81df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions compiler-rt/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,9 @@ <h2>Get it and get involved!</h2>
command in either LLVM/Clang/compiler-rt or standalone
compiler-rt build tree.</p>

<p>compiler-rt doesn't have its own mailing list, if you have questions please
email the <a
href="https://lists.llvm.org/mailman/listinfo/llvm-dev">llvm-dev</a> mailing
list. Commits to compiler-rt are automatically sent to the
<a
<p>If you have questions, please ask on the <a href="https://discourse.llvm.org/c/runtimes/64">
Discourse forums</a> under the Runtime category. Commits to compiler-rt are automatically
sent to the <a
href="https://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a>
mailing list.</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions libclc/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ <h2>Download</h2>

<tt>git clone https://github.com/llvm/llvm-project.git</tt> (<a href="https://github.com/llvm/llvm-project/tree/libclc">View sources</a>)

<h2>Mailing List</h2>
<h2>Discourse forums</h2>

libclc-dev@lists.llvm.org (<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/libclc-dev">subscribe/unsubscribe</a>, <a href="https://lists.llvm.org/pipermail/libclc-dev/">archives</a>)
<a href="https://discourse.llvm.org/c/runtimes/opencl/65">Runtimes - OpenCL category</a>

</body>
</html>
2 changes: 1 addition & 1 deletion libcxxabi/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="submenu">
<label>Quick Links</label>
<a href="https://libcxx.llvm.org/">libc++</a>
<a href="https://lists.llvm.org/mailman/listinfo/libcxx-dev">libcxx-dev</a>
<a href="https://discourse.llvm.org/c/runtimes/libcxx/10">Discourse Forums</a>
<a href="https://lists.llvm.org/mailman/listinfo/libcxx-commits">libcxx-commits</a>
<a href="https://bugs.llvm.org/">Bug Reports</a>
<a href="https://github.com/llvm/llvm-project/tree/main/libcxxabi/">Browse Sources</a>
Expand Down

0 comments on commit 44f81df

Please sign in to comment.