Skip to content

Commit

Permalink
Fix link to "Updating LLVM" documentation (#42)
Browse files Browse the repository at this point in the history
The documentation was moved and is no longer accessible through the old link.
  • Loading branch information
aleksator committed Mar 23, 2020
1 parent 7e39330 commit 2a22c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ first, and then we can cherry-pick them onto our branches if necessary.

To learn more about updating LLVM in the Rust compiler, consult the
[documentation for doing so in
`rustc-guide`](https://rust-lang.github.io/rustc-guide/codegen/updating-llvm.html)
`rustc-guide`](https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html)

0 comments on commit 2a22c80

Please sign in to comment.