[libc-commits] [libc] [libc][docs] Fix outdated code review section, as per #91934 (PR #92051)

via libc-commits libc-commits at lists.llvm.org
Tue May 14 18:08:27 PDT 2024


https://github.com/cyuria updated https://github.com/llvm/llvm-project/pull/92051

>From 425336bea0af4eb4d37ef0fc5ba944a2c74cee41 Mon Sep 17 00:00:00 2001
From: Cyuria <55673467+cyuria at users.noreply.github.com>
Date: Tue, 14 May 2024 09:57:28 +1000
Subject: [PATCH] [libc][docs] Fix outdated code review section, as per #91934

---
 libc/src/math/docs/add_math_function.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md
index d1bca222b4286..9c23b8ca789bc 100644
--- a/libc/src/math/docs/add_math_function.md
+++ b/libc/src/math/docs/add_math_function.md
@@ -196,7 +196,8 @@ implementation (which is very often glibc).
 
 ## Code reviews
 
-We follow the code review process of LLVM with Phabricator:
+We use GitHub's inbuilt pull request system for code review:
 ```
-  https://llvm.org/docs/Phabricator.html
+  https://docs.github.com/articles/about-collaborative-development-models
+  https://docs.github.com/articles/about-pull-requests
 ```



More information about the libc-commits mailing list