diff --git a/README.md b/README.md index d054740da..b180485b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Maven Central](https://img.shields.io/maven-central/v/org.mapsforge/mapsforge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.mapsforge%22) +[![Maven Central](https://img.shields.io/maven-central/v/org.mapsforge/mapsforge-core.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.mapsforge%22) [![Build Status](https://travis-ci.org/mapsforge/mapsforge.svg?branch=master)](https://travis-ci.org/mapsforge/mapsforge) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0) diff --git a/docs/Integration.md b/docs/Integration.md index 323ad4c2f..d624bd383 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -2,7 +2,7 @@ This article describes how to integrate the library in your project, with Gradle / Maven / Jars or SNAPSHOT builds. -Current version is [![Maven Central](https://img.shields.io/maven-central/v/org.mapsforge/mapsforge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.mapsforge%22) +Current version is [![Maven Central](https://img.shields.io/maven-central/v/org.mapsforge/mapsforge-core.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.mapsforge%22) ## Gradle