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

Andrew Trick via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 10:29:35 PST 2023


https://github.com/atrick created https://github.com/llvm/llvm-project/pull/71839

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

>From e9be467732d58ea9d1ab84a64c288d24c107d26e Mon Sep 17 00:00:00 2001
From: Andrew Trick <atrick at apple.com>
Date: Thu, 9 Nov 2023 10:11:38 -0800
Subject: [PATCH] [docs] Update a link in DeveloperPolicy

In "Working with the CI system" replace the Phabricator link with a
link to GitHub pulls.
---
 llvm/docs/DeveloperPolicy.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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