From c4afcc7e53e02d6a45574e4001cc425e779b6b32 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:16:54 +0100 Subject: [PATCH] docs: replace deprecated maven-badges.herokuapp.com and dead search.maven.org URLs - Badge images: maven-badges.herokuapp.com/maven-central///badge.svg -> img.shields.io/maven-central/v//.svg (Heroku free tier retired). - Badge/artifact links: maven-badges.herokuapp.com/maven-central// -> central.sonatype.com/artifact//. - Dead search.maven.org URLs with encoded g:/a: query params collapsed to the direct central.sonatype.com/artifact// page. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0a8458d..21fefb1 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ Chronicle Software -image:https://maven-badges.herokuapp.com/maven-central/net.openhft/zero-allocation-hashing/badge.svg[caption="",link=https://maven-badges.herokuapp.com/maven-central/net.openhft/zero-allocation-hashing] +image:https://img.shields.io/maven-central/v/net.openhft/zero-allocation-hashing.svg[caption="",link=https://central.sonatype.com/artifact/net.openhft/zero-allocation-hashing] image:https://javadoc.io/badge2/net.openhft/zero-allocation-hashing/javadoc.svg[link="https://www.javadoc.io/doc/net.openhft/zero-allocation-hashing/latest/index.html"] //image:https://javadoc-badge.appspot.com/net.openhft/zero-allocation-hashing.svg?label=javadoc[JavaDoc, link=https://www.javadoc.io/doc/net.openhft/zero-allocation-hashing] image:https://img.shields.io/github/license/OpenHFT/Zero-Allocation-Hashing[GitHub]