Fix license badge anchor link [skip ci]

The anchor name is lowercase, not uppercase.
This commit is contained in:
Philipp Hansch 2017-11-22 21:26:11 +01:00
parent af718413db
commit 464f455fe1
No known key found for this signature in database
GPG key ID: 667C8F4B5A698A60

View file

@ -3,7 +3,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)
[![License: MPL-2.0](https://img.shields.io/crates/l/clippy.svg)](#License)
[![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.