Change all links to reflect the move to rust-lang-nursery

This commit is contained in:
Andre Bogus
2017-08-06 13:10:21 +02:00
committed by mcarton
parent 878333fd6c
commit f515d7bb67
16 changed files with 442 additions and 442 deletions

View File

@@ -498,7 +498,7 @@ impl<'a> Drop for DiagnosticWrapper<'a> {
impl<'a> DiagnosticWrapper<'a> {
fn wiki_link(&mut self, lint: &'static Lint) {
if env::var("CLIPPY_DISABLE_WIKI_LINKS").is_err() {
self.0.help(&format!("for further information visit https://github.com/Manishearth/rust-clippy/wiki#{}",
self.0.help(&format!("for further information visit https://github.com/rust-lang-nursery/rust-clippy/wiki#{}",
lint.name_lower()));
}
}