From 78e6eb4f284f98b93400698c4ceb92a4406bc24a Mon Sep 17 00:00:00 2001 From: Szczepan Faber Date: Sat, 17 Jun 2017 13:31:44 -0700 Subject: [PATCH 1/2] Updated download shields - tidy up, made the repository explicit - made the Maven central link go directly to central --- _posts/2000-01-01-intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2000-01-01-intro.md b/_posts/2000-01-01-intro.md index ef2f6f8..72958d3 100755 --- a/_posts/2000-01-01-intro.md +++ b/_posts/2000-01-01-intro.md @@ -14,8 +14,8 @@ style: center [![Coverage Status](https://img.shields.io/codecov/c/github/mockito/mockito.svg)](https://codecov.io/github/mockito/mockito) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/mockito/mockito/blob/master/LICENSE) -[![Latest 2.x on bintray](https://api.bintray.com/packages/mockito/maven/mockito-development/images/download.svg)](https://bintray.com/mockito/maven/mockito-development/_latestVersion) -[![Latest 2.x on Maven Central](https://maven-badges.herokuapp.com/maven-central/org.mockito/mockito-core/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.mockito/mockito-core) +[![Bintray](https://img.shields.io/bintray/v/mockito/maven/mockito-development.svg)](https://bintray.com/mockito/maven) +[![Maven Central](https://img.shields.io/maven-central/v/org.mockito/mockito-core.svg)](http://search.maven.org/#artifactdetails%7Corg.mockito%7Cmockito-core%7C2.8.47%7C) From aac2e4bbdb26fb83c8327306df5cb2ef5a7b6997 Mon Sep 17 00:00:00 2001 From: Szczepan Faber Date: Thu, 22 Jun 2017 15:19:00 -0700 Subject: [PATCH 2/2] Fixed flaky Bintray badge Bintray badge did not work properly from shields.io. Replaced it with shield directly from Bintray. It's a shame because the Bintray badge only shows "Download" where shield from shields.io showed "Bintray" --- _posts/2000-01-01-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2000-01-01-intro.md b/_posts/2000-01-01-intro.md index 72958d3..f700ed8 100755 --- a/_posts/2000-01-01-intro.md +++ b/_posts/2000-01-01-intro.md @@ -14,7 +14,7 @@ style: center [![Coverage Status](https://img.shields.io/codecov/c/github/mockito/mockito.svg)](https://codecov.io/github/mockito/mockito) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/mockito/mockito/blob/master/LICENSE) -[![Bintray](https://img.shields.io/bintray/v/mockito/maven/mockito-development.svg)](https://bintray.com/mockito/maven) +[![Bintray](https://api.bintray.com/packages/mockito/maven/mockito-development/images/download.svg)](https://bintray.com/mockito/maven) [![Maven Central](https://img.shields.io/maven-central/v/org.mockito/mockito-core.svg)](http://search.maven.org/#artifactdetails%7Corg.mockito%7Cmockito-core%7C2.8.47%7C)