diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-10-06 20:43:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-06 20:43:40 +0200 |
| commit | ab81e044e00641f132278e7d01a4b02c55853d6d (patch) | |
| tree | f8e97b7ec90bd5191f5a4d7c1ebe909d4ad299c8 | |
| parent | 9e8c03018fa8e8ff960fe4114239b9a976d3b306 (diff) | |
| parent | aa75b5f686945b0d2c4927ae3f277cd2216a1350 (diff) | |
| download | rust-ab81e044e00641f132278e7d01a4b02c55853d6d.tar.gz rust-ab81e044e00641f132278e7d01a4b02c55853d6d.zip | |
Rollup merge of #131322 - mu001999-contrib:cleanup/invalid-url, r=jieyouxu
Update out-dated link
| -rw-r--r-- | compiler/rustc_driver_impl/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/README.md b/compiler/rustc_driver_impl/README.md index 6d7fba36fb3..9fa4242de3c 100644 --- a/compiler/rustc_driver_impl/README.md +++ b/compiler/rustc_driver_impl/README.md @@ -7,4 +7,4 @@ options). For more information about how the driver works, see the [rustc dev guide]. -[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/rustc-driver.html +[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/rustc-driver/intro.html |
