File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ in other sections:
256256 - ` ./x.py build --stage 1 ` – builds everything using the stage 1 compiler,
257257 not just up to libstd
258258 - ` ./x.py build ` – builds the stage2 compiler
259- - Running tests (see the [ section on running tests] ( ./tests/running.html ) for
259+ - Running tests (see the [ section on running tests] ( .. /tests/running.html ) for
260260 more details):
261261 - ` ./x.py test --stage 1 src/libstd ` – runs the ` #[test] ` tests from libstd
262262 - ` ./x.py test --stage 1 src/test/ui ` – runs the ` ui ` test suite
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ the MIR).
5353
5454** The TL;DR is that you might get weird behavior from a compile when
5555using ` --keep-stage 1 ` ** -- for example, strange
56- [ ICEs] ( appendix/glossary.html ) or other panics. In that case, you
56+ [ ICEs] ( ../ appendix/glossary.html) or other panics. In that case, you
5757should simply remove the ` --keep-stage 1 ` from the command and
5858rebuild. That ought to fix the problem.
5959
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
1414- Make a rustup toolchain pointing to that result
1515 - see [ the "build and run" section for instructions] [ b-a-r ]
1616
17- [ b-a-r ] : ../how-to-build-and-run.html#toolchain
17+ [ b-a-r ] : ../building/ how-to-build-and-run.html#toolchain
1818
1919## Gathering a perf profile
2020
You can’t perform that action at this time.
0 commit comments