[llvm] ab26841 - Fix LLVM sphinx build

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 07:17:54 PDT 2022


Author: Aaron Ballman
Date: 2022-03-23T10:17:47-04:00
New Revision: ab26841704e89307ec8b1c912b0abd334b9d0aad

URL: https://github.com/llvm/llvm-project/commit/ab26841704e89307ec8b1c912b0abd334b9d0aad
DIFF: https://github.com/llvm/llvm-project/commit/ab26841704e89307ec8b1c912b0abd334b9d0aad.diff

LOG: Fix LLVM sphinx build

This amends a749e3295df4aee18a0ad723875a6501f30ac744 to fix a few
missed targets in the contributor documentation.

Added: 
    

Modified: 
    llvm/docs/Contributing.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Contributing.rst b/llvm/docs/Contributing.rst
index 7eda81c6b86b4..65b53c686b666 100644
--- a/llvm/docs/Contributing.rst
+++ b/llvm/docs/Contributing.rst
@@ -5,7 +5,7 @@ Contributing to LLVM
 
 Thank you for your interest in contributing to LLVM! There are multiple ways to
 contribute, and we appreciate all contributions. In case you
-have questions, you can either use the `Developer's List (llvm-dev)`_
+have questions, you can either use the `Forum`_
 or the #llvm channel on `irc.oftc.net`_.
 
 If you want to contribute code, please familiarize yourself with the :doc:`DeveloperPolicy`.
@@ -45,9 +45,8 @@ Bigger Pieces of Work
 ---------------------
 In case you are interested in taking on a bigger piece of work, a list of
 interesting projects is maintained at the `LLVM's Open Projects page`_. In case
-you are interested in working on any of these projects, please send a mail to
-the `LLVM Developer's mailing list`_, so that we know the project is being
-worked on.
+you are interested in working on any of these projects, please post on the
+`Forum`_, so that we know the project is being worked on.
 
 How to Submit a Patch
 =====================


        


More information about the llvm-commits mailing list