diff options
| author | Stu <justus.k@protonmail.com> | 2020-10-08 17:38:40 +0200 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-10-08 11:47:32 -0400 |
| commit | 5c3780119dec66ee9811f7994835a88e8974397d (patch) | |
| tree | a50f443106413a454ef2143f4d295ce64803d326 /src/doc/rustc-dev-guide | |
| parent | c59789573cba164df76a2ae036ac225e84938b63 (diff) | |
| download | rust-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.md | 2 |
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 |
