From e7bd1625855b8b1fcd15fa16ff3904cabf71479b Mon Sep 17 00:00:00 2001 From: Cyril Plisko Date: Fri, 15 Dec 2017 00:33:23 +0200 Subject: [PATCH] Fix crates.io site name --- clippy_lints/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy_lints/README.md b/clippy_lints/README.md index b226cdea472b..2fa5b0ae3e41 100644 --- a/clippy_lints/README.md +++ b/clippy_lints/README.md @@ -1,3 +1,3 @@ This crate contains Clippy lints. For the main crate, check -[*cargo.io*](https://crates.io/crates/clippy) or +[*crates.io*](https://crates.io/crates/clippy) or [GitHub](https://github.com/rust-lang-nursery/rust-clippy).