Skip to content

Commit 5c06b13

Browse files
authored
Merge pull request #676 from DianQK/llvm-github-guide
Update the LLVM guide link
2 parents 6bb1a21 + 1b10865 commit 5c06b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/working-groups/llvm/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ group if you are interested in being pinged when there are available tasks.
4242
- The [LLVM Language Reference] describes the LLVM intermediate representation in great detail,
4343
but remains quite readable.
4444
- Before submitting your first patch upstream to LLVM, consider reading [Contributing to LLVM] and
45-
[Code Reviews with Phabricator].
45+
[LLVM GitHub User Guide].
4646

4747
### Rust Specific Documentation:
4848

@@ -63,7 +63,7 @@ something to do with how LLVM works. For the time being this is the best place t
6363
[LLVM documentation index]: https://llvm.org/docs/
6464
[LLVM Language Reference]: https://llvm.org/docs/LangRef.html
6565
[Contributing to LLVM]: https://www.llvm.org/docs/Contributing.html
66-
[Code Reviews with Phabricator]: https://llvm.org/docs/Phabricator.html
66+
[LLVM GitHub User Guide]: https://llvm.org/docs/GitHub.html
6767
[Getting Started with the LLVM System]: https://www.llvm.org/docs/GettingStarted.html
6868
[Intro to LLVM]: http://www.aosabook.org/en/llvm.html
6969
[codegen section]: https://rustc-dev-guide.rust-lang.org/backend/codegen.html

0 commit comments

Comments
 (0)