[llvm] d235cb0 - [docs] Update a link in DeveloperPolicy (#71839)

via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 11 15:10:20 PST 2023


Author: Andrew Trick
Date: 2023-11-11T15:10:15-08:00
New Revision: d235cb0c5e58edd9066fec3cce3621aca9447461

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

LOG: [docs] Update a link in DeveloperPolicy (#71839)

In "Working with the CI system" replace the Phabricator link with a link
to GitHub pulls.

Added: 
    

Modified: 
    llvm/docs/DeveloperPolicy.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index f9ac746d006a546..f49b5b13378ea21 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -762,7 +762,7 @@ their patch with every possible configuration.
 
 *If someone else broke the build and this blocks your work*
 
-* Comment on the code review in `Phabricator <https://reviews.llvm.org/>`_
+* Comment on the code review in `GitHub <https://github.com/llvm/llvm-project/pulls>`_
   (if available) or email the author, explain the problem and how this impacts
   you. Add a link to the broken build and the error message so folks can
   understand the problem.


        


More information about the llvm-commits mailing list