From 04849418034fe9bf5f96d70184261f9067b1a73a Mon Sep 17 00:00:00 2001 From: Alex Tokarev Date: Sun, 22 Mar 2020 14:55:15 +0300 Subject: [PATCH] Fix link to "Updating LLVM" documentation 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 53204a661df70..a9e11bd941226 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)