Broken link in README on crates.io
Under the README tab of https://crates.io/crates/malachite-nz the second line is a link with label "docs.rs" that leads to https://docs.rs/malachite-base/latest/malachite_nz/ (which does not exist). The automatic doc link in the crates.io sidebar leads to https://docs.rs/malachite-nz/0.5.0 (that one works).
Thanks for catching this. I've pushed a fix, which also fixes the analogous links in malachite-q and malachite-float. The link on crates.io will be fixed the next time I release Malachite, at which time I'll close this ticket.
I've also just written a script that finds all links in Malachite's documentation and checks whether they work. Looks like everything else works.
Fixed in 0.5.1. I've also written a script that checks all links in Malachite's documentation; they all work.