From ac6fb7efa1ad81a5fbfc45a5c0b05bc755c8b4ab Mon Sep 17 00:00:00 2001 From: Stu Date: Thu, 8 Oct 2020 17:38:40 +0200 Subject: [PATCH] Fix broken "system LLVM" link --- src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting-started.md b/src/getting-started.md index 5837e942..c13d4f04 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -150,7 +150,7 @@ For more suggestions, see https://rustc-dev-guide.rust-lang.org/building/suggest You may also want to set up [system LLVM][sysllvm] to avoid building LLVM from source. -[sysllvm]: ./building/suggested.html#building-with-system-llvm +[sysllvm]: ./building/suggested.html#skipping-llvm-build ### `./x.py` Intro