Skip to content

Commit 0557359

Browse files
authored
Merge pull request #2724 from Caemor/patch-1
Link with https instead of http
2 parents 4f5499a + a27baec commit 0557359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/rust-lang-nursery/rust-clippy.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rust-clippy)
44
[![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)
5-
[![Current Version](http://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy)
5+
[![Current Version](https://meritbadge.herokuapp.com/clippy)](https://crates.io/crates/clippy)
66
[![License: MPL-2.0](https://img.shields.io/crates/l/clippy.svg)](#license)
77

88
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.

0 commit comments

Comments
 (0)