Skip to content

Commit fd05696

Browse files
authored
Update mod.rs
1 parent 4dd8c06 commit fd05696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ impl<'a> DiagnosticWrapper<'a> {
507507
fn docs_link(&mut self, lint: &'static Lint) {
508508
if env::var("CLIPPY_DISABLE_DOCS_LINKS").is_err() {
509509
self.0.help(&format!(
510-
"for further information visit https://rust-lang-nursery.github.io/rust-clippy/{}/index.html#{}",
510+
"for further information visit https://rust-lang.github.io/rust-clippy/{}/index.html#{}",
511511
&option_env!("RUST_RELEASE_NUM").map_or("master".to_string(), |n| {
512512
// extract just major + minor version and ignore patch versions
513513
format!("rust-{}", n.rsplitn(2, '.').nth(1).unwrap())

0 commit comments

Comments
 (0)