From 8cf2f8a9a75691f40f425b06e16560121ac297c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marten=20Prie=C3=9F?= Date: Sun, 9 Jun 2024 14:43:14 +0200 Subject: [PATCH] Update README.md fixed maven-central link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2166b4d..ee81bf7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # toggl-api-v9 ![build](https://github.com/rocketbase-io/toggl-api-v9/actions/workflows/ci.yml/badge.svg) -[![Maven Central](https://badgen.net/maven/v/maven-central/io.rocketbase.toggl/toggl-api-v9)](https://mvnrepository.com/artifact/io.rocketbase.toggl/toggl-api-v9) +[![Maven Central](https://badgen.net/maven/v/maven-central/io.rocketbase.toggl/toggl-api-v9)](https://central.sonatype.com/artifact/io.rocketbase.toggl/toggl-api-v9/versions) Java RestClients for Toggl APIv9 @@ -35,4 +35,4 @@ Library needs as dependency: - jackson-databind - jackson-datatype-jsr310 -have been marked as provided to go with your project's spring-versions \ No newline at end of file +have been marked as provided to go with your project's spring-versions