Skip to content

Commit

Permalink
Fix links in how-to-build-and-run.md (rust-lang#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
briankung authored Apr 22, 2023
1 parent 9b8178f commit 6a386d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/rustc-dev-guide/src/building/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ Also, note that `x.py` supports all kinds of path suffixes for `compiler`, `libr
and `src/tools` directories. So, you can simply run `x.py test tidy` instead of
`x.py test src/tools/tidy`. Or, `x.py build std` instead of `x.py build library/std`.

[rust-analyzer]: ./building/suggested.html#configuring-rust-analyzer-for-rustc
[rust-analyzer]: suggested.html#configuring-rust-analyzer-for-rustc

See the chapters on [building](./building/how-to-build-and-run.md),
[testing](./tests/intro.md), and [rustdoc](./rustdoc.md) for more details.
See the chapters on [building](how-to-build-and-run),
[testing](../tests/intro), and [rustdoc](../rustdoc) for more details.

### Building the compiler

Expand Down

0 comments on commit 6a386d3

Please sign in to comment.