From 6b0f819194e7561e585cfb235aaf3f33338680f6 Mon Sep 17 00:00:00 2001 From: Thomas Rasmussen Date: Tue, 5 May 2026 19:57:35 +0200 Subject: [PATCH] Fix Maven link in README The link was to the shield icon not the plugin artifact --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f24e5c..b33cb15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Maven Central](https://img.shields.io/maven-central/v/io.github.gpc/grails-export)](https://img.shields.io/maven-central/v/io.github.gpc/grails-export) +[![Maven Central](https://img.shields.io/maven-central/v/io.github.gpc/grails-export)](https://central.sonatype.com/artifact/io.github.gpc/grails-export) [![License](https://img.shields.io/github/license/gpc/grails-export)](https://www.apache.org/licenses/LICENSE-2.0) [![CI](https://github.com/gpc/grails-export/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/gpc/grails-export/actions/workflows/ci.yml)