about summary refs log tree commit diff
path: root/src/bootstrap/README.md
diff options
context:
space:
mode:
authorXinzhao Xu <z2d@jifangcheng.com>2024-05-24 15:43:40 +0800
committerXinzhao Xu <z2d@jifangcheng.com>2024-05-24 15:44:12 +0800
commite78671e61fa14cd541a1f6ae357a0d1f070e2cd1 (patch)
treec7b54c3c02fb28b1bbc2c6145c963ac70f63523e /src/bootstrap/README.md
parent7601adcc764d42c9f2984082b49948af652df986 (diff)
downloadrust-e78671e61fa14cd541a1f6ae357a0d1f070e2cd1.tar.gz
rust-e78671e61fa14cd541a1f6ae357a0d1f070e2cd1.zip
Fix the dead link in the bootstrap README
Diffstat (limited to 'src/bootstrap/README.md')
-rw-r--r--src/bootstrap/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/README.md b/src/bootstrap/README.md
index 077db44ae54..fb3c8627043 100644
--- a/src/bootstrap/README.md
+++ b/src/bootstrap/README.md
@@ -6,7 +6,7 @@ and some of the technical details of the build system.
 Note that this README only covers internal information, not how to use the tool.
 Please check [bootstrapping dev guide][bootstrapping-dev-guide] for further information.
 
-[bootstrapping-dev-guide]: https://rustc-dev-guide.rust-lang.org/building/bootstrapping.html
+[bootstrapping-dev-guide]: https://rustc-dev-guide.rust-lang.org/building/bootstrapping/intro.html
 
 ## Introduction