summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorStu <justus.k@protonmail.com>2020-10-08 17:38:40 +0200
committerJoshua Nelson <joshua@yottadb.com>2020-10-08 11:47:32 -0400
commit5c3780119dec66ee9811f7994835a88e8974397d (patch)
treea50f443106413a454ef2143f4d295ce64803d326 /src/doc/rustc-dev-guide
parentc59789573cba164df76a2ae036ac225e84938b63 (diff)
downloadrust-5c3780119dec66ee9811f7994835a88e8974397d.tar.gz
rust-5c3780119dec66ee9811f7994835a88e8974397d.zip
Fix broken "system LLVM" link
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index 5837e942391..c13d4f0447e 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/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