Skip to content

Commit 16d7318

Browse files
committed
fix links
1 parent 6d15cb5 commit 16d7318

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/building/how-to-build-and-run.md

+1-1
Original file line numberDiff line numberDiff 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

src/building/suggested.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the MIR).
5353

5454
**The TL;DR is that you might get weird behavior from a compile when
5555
using `--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
5757
should simply remove the `--keep-stage 1` from the command and
5858
rebuild. That ought to fix the problem.
5959

src/profiling/with_perf.md

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)