From 7bc3239924a51211ed8883d2c05bc5d697c34ed6 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Mon, 12 Sep 2022 10:23:13 +0200 Subject: [PATCH] Fix Maven badge URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5906de1..4f51792 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Libkiwix binding for Java/Kotlin -![Maven Central](https://img.shields.io/maven-central/v/org.kiwix.kiwixlib/kiwixlib) +[![Maven Central](https://img.shields.io/maven-central/v/org.kiwix.kiwixlib/kiwixlib)](https://search.maven.org/artifact/org.kiwix.kiwixlib/kiwixlib) [![CodeFactor](https://www.codefactor.io/repository/github/kiwix/java-libkiwix/badge)](https://www.codefactor.io/repository/github/kiwix/java-libkiwix) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)