From 2a22c8014390bdf387d8ed26005fee3187fb98bd Mon Sep 17 00:00:00 2001 From: Alex Tokarev Date: Mon, 23 Mar 2020 16:53:50 +0300 Subject: [PATCH] Fix link to "Updating LLVM" documentation (#42) The documentation was moved and is no longer accessible through the old link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53204a661df70d..a9e11bd9412264 100644 --- a/README.md +++ b/README.md @@ -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)