about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-05 21:51:45 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-11-05 21:57:14 -0600
commite43f7e38be0cc48f063e428c5b8935899d983221 (patch)
tree550a504aecd3a54a079c4492af93086c98382827 /src/doc/rustc-dev-guide
parentcaa9caa01772ce50114aeeb6e9142fd7023346dc (diff)
downloadrust-e43f7e38be0cc48f063e428c5b8935899d983221.tar.gz
rust-e43f7e38be0cc48f063e428c5b8935899d983221.zip
Fix diagram src
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/bootstrapping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
index fd54c80cf49..12650907724 100644
--- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md
+++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md
@@ -39,7 +39,7 @@ Building stage2 tool error_index_generator
 
 A deeper look into `x.py`'s phases can be seen here:
 
-<img alt="A diagram of the rustc compilation phases" src="img/rustc_stages.svg" class="center" />
+<img alt="A diagram of the rustc compilation phases" src="../img/rustc_stages.svg" class="center" />
 
 Keep in mind this diagram is a simplification, i.e. `rustdoc` can be built at
 different stages, the process is a bit different when passing flags such as