diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-24 17:48:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 17:48:03 +0200 |
| commit | a2a68f2d3d2f1836b271df1e1634f18946274095 (patch) | |
| tree | 37ddafb496c5f8864d58841aaeedd6235a590ee0 | |
| parent | eb6297eb6ff618380bceaca23572d19cc7e07ba0 (diff) | |
| parent | e78671e61fa14cd541a1f6ae357a0d1f070e2cd1 (diff) | |
| download | rust-a2a68f2d3d2f1836b271df1e1634f18946274095.tar.gz rust-a2a68f2d3d2f1836b271df1e1634f18946274095.zip | |
Rollup merge of #125481 - iawia002:fix-dead-link, r=lqd
Fix the dead link in the bootstrap README This link has been changed since https://github.com/rust-lang/rustc-dev-guide/pull/1939
| -rw-r--r-- | src/bootstrap/README.md | 2 |
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 |
