From 39090e3080cdb8f05eb71c77e7539ba4f7b372f3 Mon Sep 17 00:00:00 2001 From: capstan Date: Fri, 6 Sep 2019 10:23:25 +0200 Subject: [PATCH] Add a link to Maven Central to the badge. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 654be47..f9e4dac 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ [![License LGPLv3][LGPLv3 badge]][LGPLv3] [![License ASL 2.0][ASL 2.0 badge]][ASL 2.0] [![Build Status][Travis badge]][Travis] -![Maven Central](https://img.shields.io/maven-central/v/com.github.java-json-tools/jackson-coreutils.svg) - +[![Maven Central][Maven Central badge]][Maven] ## Read me first @@ -212,3 +211,5 @@ if (!ptr.path(node).isMissingNode()) [ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html [Travis Badge]: https://api.travis-ci.org/java-json-tools/jackson-coreutils.svg?branch=master [Travis]: https://travis-ci.org/java-json-tools/jackson-coreutils +[Maven Central badge]: https://img.shields.io/maven-central/v/com.github.java-json-tools/jackson-coreutils.svg +[Maven]: https://search.maven.org/artifact/com.github.java-json-tools/jackson-coreutils