diff options
| author | bors <bors@rust-lang.org> | 2022-08-01 08:11:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-08-01 08:11:50 +0000 |
| commit | 7c427f0fdadf07c117d23d0b3352a4870c9b17d3 (patch) | |
| tree | 6f6cc6f822845a7c9620fafda9e3dae1ba114d30 | |
| parent | a591e725a6f5c6097c30d91ec68c992310b7b1bc (diff) | |
| parent | 72e7064b011d66e46cad74e8c7b219d624d237b8 (diff) | |
| download | rust-7c427f0fdadf07c117d23d0b3352a4870c9b17d3.tar.gz rust-7c427f0fdadf07c117d23d0b3352a4870c9b17d3.zip | |
Auto merge of #9270 - schubart:link_to_developer_guide, r=xFrednet
Make it easier to find the developer guide changelog: none
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e15133d267..28b4cfd5f09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,10 +30,10 @@ All contributors are expected to follow the [Rust Code of Conduct]. ## The Clippy book If you're new to Clippy and don't know where to start the [Clippy book] includes -a developer guide and is a good place to start your journey. +a [developer guide] and is a good place to start your journey. -<!-- FIXME: Link to the deployed book, once it is deployed through CI --> -[Clippy book]: book/src +[Clippy book]: https://doc.rust-lang.org/nightly/clippy/index.html +[developer guide]: https://doc.rust-lang.org/nightly/clippy/development/index.html ## High level approach |
