Skip to content

Commit 7c427f0

Browse files
committed
Auto merge of #9270 - schubart:link_to_developer_guide, r=xFrednet
Make it easier to find the developer guide changelog: none
2 parents a591e72 + 72e7064 commit 7c427f0

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)