From 96be36edb8542e1d282bf3ff1732740c5a3a409e Mon Sep 17 00:00:00 2001 From: Emux Date: Sat, 19 Nov 2016 17:28:31 +0200 Subject: [PATCH] Update badges --- README.md | 4 ++-- docs/Integration.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 466b3d41..44700344 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ +[![Maven Central](https://img.shields.io/maven-central/v/org.mapsforge/vtm.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.mapsforge%22) [![Build Status](https://travis-ci.org/mapsforge/vtm.svg?branch=master)](https://travis-ci.org/mapsforge/vtm) -[![GitHub license](https://img.shields.io/badge/license-LGPL3-blue.svg)](COPYING.LESSER) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.mapsforge/vtm/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mapsforge/vtm) +[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0) # V™ diff --git a/docs/Integration.md b/docs/Integration.md index baaf3123..f16fb472 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -1,8 +1,8 @@ # Integration guide -This article describes how to integrate the library in your project, with Gradle / Maven / Jars or use SNAPSHOT builds. +This article describes how to integrate the library in your project, with Gradle / Maven / Jars or SNAPSHOT builds. -Current version is [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.mapsforge/vtm/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mapsforge/vtm) +Current version is [![Maven Central](https://img.shields.io/maven-central/v/org.mapsforge/vtm.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.mapsforge%22) ## Gradle