Skip to content

Commit 6b9c8ae

Browse files
camelidjyn514
authored andcommitted
Fix broken link in "Bootstrapping"
The italics added in #1239 broke the implicitly-resolved link.
1 parent 196ef69 commit 6b9c8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/building/bootstrapping.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- toc -->
44

55

6-
[*Bootstrapping*] is the process of using a compiler to compile itself.
6+
[*Bootstrapping*][boot] is the process of using a compiler to compile itself.
77
More accurately, it means using an older compiler to compile a newer version
88
of the same compiler.
99

@@ -101,7 +101,7 @@ _break the stability guarantees_ of rust: Allow using `#![feature(...)]` with
101101
a compiler that's not nightly. This should never be used except when
102102
bootstrapping the compiler.
103103

104-
[Bootstrapping]: https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
104+
[boot]: https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
105105
[intrinsics]: ../appendix/glossary.md#intrinsic
106106
[ocaml-compiler]: https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot
107107

0 commit comments

Comments
 (0)