Skip to content

Commit d7aabb8

Browse files
spastorinomark-i-m
andauthored
Update src/mir/optimizations.md
Co-Authored-By: Who? Me?! <[email protected]>
1 parent 3f7c948 commit d7aabb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mir/optimizations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ run and that some validation has occurred. Then, it [steals][steal] the MIR
2222
optimizes it, and returns the improved MIR.
2323

2424
[optmir]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/transform/fn.optimized_mir.html
25-
[query]: https://rustc-dev-guide.rust-lang.org/query.html
26-
[defid]: https://rustc-dev-guide.rust-lang.org/appendix/glossary.html?highlight=DefId#appendix-c-glossary
27-
[steal]: https://rustc-dev-guide.rust-lang.org/mir/passes.html?highlight=steal#stealing
25+
[query]: ../query.md
26+
[defid]: ../appendix/glossary.md
27+
[steal]: ../passes.md#stealing
2828

2929
## Defining optimization passes
3030

0 commit comments

Comments
 (0)