Fix broken link in "Bootstrapping"
The italics added in #1239 broke the implicitly-resolved link.
This commit is contained in:
parent
196ef69aa6
commit
6b9c8ae1a8
|
|
@ -3,7 +3,7 @@
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
|
|
||||||
|
|
||||||
[*Bootstrapping*] is the process of using a compiler to compile itself.
|
[*Bootstrapping*][boot] is the process of using a compiler to compile itself.
|
||||||
More accurately, it means using an older compiler to compile a newer version
|
More accurately, it means using an older compiler to compile a newer version
|
||||||
of the same compiler.
|
of the same compiler.
|
||||||
|
|
||||||
|
|
@ -101,7 +101,7 @@ _break the stability guarantees_ of rust: Allow using `#![feature(...)]` with
|
||||||
a compiler that's not nightly. This should never be used except when
|
a compiler that's not nightly. This should never be used except when
|
||||||
bootstrapping the compiler.
|
bootstrapping the compiler.
|
||||||
|
|
||||||
[Bootstrapping]: https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
|
[boot]: https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
|
||||||
[intrinsics]: ../appendix/glossary.md#intrinsic
|
[intrinsics]: ../appendix/glossary.md#intrinsic
|
||||||
[ocaml-compiler]: https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot
|
[ocaml-compiler]: https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue