rust-lang/rust-clippy

Fix URL

Closed this issue · 7 comments

Given Clippy's warnings show:

help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/v0.0.212/index.html#trivially_copy_pass_by_ref

I think it's probably best to setup the redirects.

What version of clippy are you using?

When I try with clippy of latest nightly (clippy 0.0.212 (754b4c0 2018-11-23)) , the url does not link to the nursery:

    = note: #[warn(clippy::unnecessary_mut_passed)] on by default
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed

@matthiaskrgr stable and beta releases still have old clippy.

Any even older releases have old clippy.

I know clippy is just in preview and all, but I think putting that 404 page in place would go a long way helping users.

This has been partially fixed, but we are still missing redirects for older versions. I'm going to close this in favor of rust-lang-nursery/rust-lang-nursery.github.io#1.

Thanks!