Skip to content

Commit 2754510

Browse files
authored
Fix links in how-to-build-and-run.md (#1679)
1 parent a4a1a7c commit 2754510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ Also, note that `x.py` supports all kinds of path suffixes for `compiler`, `libr
9999
and `src/tools` directories. So, you can simply run `x.py test tidy` instead of
100100
`x.py test src/tools/tidy`. Or, `x.py build std` instead of `x.py build library/std`.
101101

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

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

107107
### Building the compiler
108108

0 commit comments

Comments
 (0)