Skip to content

Commit

Permalink
Make it easier to find the developer guide
Browse files Browse the repository at this point in the history
Adding the link that I wish had been there when I first looked for
this info.
  • Loading branch information
schubart committed Aug 1, 2022
1 parent a0ed687 commit 72e7064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72e7064

Please sign in to comment.