Skip to content

Commit d3455f4

Browse files
authored
[libc][docs] Fix outdated code review section, as per llvm#91934 (llvm#92051)
As in the title, fixes llvm#91934
1 parent a71e2b9 commit d3455f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libc/src/math/docs/add_math_function.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ implementation (which is very often glibc).
196196

197197
## Code reviews
198198

199-
We follow the code review process of LLVM with Phabricator:
199+
We use GitHub's inbuilt pull request system for code review:
200200
```
201-
https://llvm.org/docs/Phabricator.html
201+
https://docs.github.com/articles/about-collaborative-development-models
202+
https://docs.github.com/articles/about-pull-requests
202203
```

0 commit comments

Comments
 (0)