From a27baecbdfdcb9d4772b5e136ed96b878c126bb4 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 4 May 2018 14:23:53 +0200 Subject: [PATCH] Link with https instead of http The old link caused a mixed content warning on crates.io. This should be fixed now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50c2bd95b7f..e31b73933da 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/rust-lang-nursery/rust-clippy.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rust-clippy) [![Windows build status](https://ci.appveyor.com/api/projects/status/github/rust-lang-nursery/rust-clippy?svg=true)](https://ci.appveyor.com/project/rust-lang-nursery/rust-clippy) -[![Current Version](http://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy) +[![Current Version](https://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy) [![License: MPL-2.0](https://img.shields.io/crates/l/clippy.svg)](#license) A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.