From bd79663900a86adb7dcd149b1aaca48ca63ebad4 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:16:42 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 13720fe77..a63ffa330 100644 --- a/README.adoc +++ b/README.adoc @@ -5,8 +5,8 @@ image::docs/images/Thread-Affinity_line.png[width=20%] == Version [#image-maven] -[caption="",link=https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity] -image::https://maven-badges.herokuapp.com/maven-central/net.openhft/affinity/badge.svg[] +[caption="",link=https://central.sonatype.com/artifact/net.openhft/affinity] +image::https://img.shields.io/maven-central/v/net.openhft/affinity.svg[] image:https://javadoc.io/badge2/net.openhft/affinity/javadoc.svg[link="https://www.javadoc.io/doc/net.openhft/affinity/latest/index.html"] == Overview