]> git.lizzy.rs Git - rust.git/blobdiff - CONTRIBUTING.md
Move `ByteCount` into `Methods` lint pass
[rust.git] / CONTRIBUTING.md
index 6e15133d267ba04cfa304a2f7f73b909cfa4fee7..28b4cfd5f099520cf023e30fbec1d8953b9b29d9 100644 (file)
@@ -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