Skip to content

Commit 72e7064

Browse files
committed
Make it easier to find the developer guide
Adding the link that I wish had been there when I first looked for this info.
1 parent a0ed687 commit 72e7064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ All contributors are expected to follow the [Rust Code of Conduct].
3030
## The Clippy book
3131

3232
If you're new to Clippy and don't know where to start the [Clippy book] includes
33-
a developer guide and is a good place to start your journey.
33+
a [developer guide] and is a good place to start your journey.
3434

35-
<!-- FIXME: Link to the deployed book, once it is deployed through CI -->
36-
[Clippy book]: book/src
35+
[Clippy book]: https://doc.rust-lang.org/nightly/clippy/index.html
36+
[developer guide]: https://doc.rust-lang.org/nightly/clippy/development/index.html
3737

3838
## High level approach
3939

0 commit comments

Comments
 (0)