From 72e7064b011d66e46cad74e8c7b219d624d237b8 Mon Sep 17 00:00:00 2001 From: Michael Schubart Date: Sun, 31 Jul 2022 23:16:23 +0100 Subject: [PATCH] Make it easier to find the developer guide Adding the link that I wish had been there when I first looked for this info. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e15133d2..28b4cfd5f 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. - -[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