Skip to content

Commit ab4978c

Browse files
committed
Fix diagram src
1 parent 16d7318 commit ab4978c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Building stage2 tool error_index_generator
3939

4040
A deeper look into `x.py`'s phases can be seen here:
4141

42-
<img alt="A diagram of the rustc compilation phases" src="img/rustc_stages.svg" class="center" />
42+
<img alt="A diagram of the rustc compilation phases" src="../img/rustc_stages.svg" class="center" />
4343

4444
Keep in mind this diagram is a simplification, i.e. `rustdoc` can be built at
4545
different stages, the process is a bit different when passing flags such as

0 commit comments

Comments
 (0)