diff options
| author | bors <bors@rust-lang.org> | 2020-09-06 22:42:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-09-06 22:42:21 +0000 |
| commit | bf4d6cca4905841b788729b7e6a44eefb8725812 (patch) | |
| tree | 604b333ea7df900a6b4eda34ad8595bc64f33a67 | |
| parent | 73dc675b9437c2a51a975a9f58cc66f05463c351 (diff) | |
| parent | 8783c62f0c8641ef56094fae13e2fed193b60d1f (diff) | |
| download | rust-bf4d6cca4905841b788729b7e6a44eefb8725812.tar.gz rust-bf4d6cca4905841b788729b7e6a44eefb8725812.zip | |
Auto merge of #76229 - camelid:patch-3, r=jonas-schievink
Add missing link in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index a7e23d8ac2c..6cf9577d333 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,8 @@ The Rust community congregates in a few places: If you are interested in contributing to the Rust project, please take a look at the [Getting Started][gettingstarted] guide in the [rustc-dev-guide]. +[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org + ## License Rust is primarily distributed under the terms of both the MIT license |
