From 6a9129cb62e15d431fa8c27e97ceefd87625e4d5 Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:16:43 +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 2dfaae2..f5acae1 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ Chronicle Software :sectnums: :source-highlighter: rouge -image:https://maven-badges.herokuapp.com/maven-central/net.openhft/compiler/badge.svg[] +image:https://img.shields.io/maven-central/v/net.openhft/compiler.svg[] image:https://javadoc.io/badge2/net.openhft/compiler/javadoc.svg[] image:https://img.shields.io/badge/release%20notes-subscribe-brightgreen[link="https://chronicle.software/release-notes/"] image:https://sonarcloud.io/api/project_badges/measure?project=OpenHFT_Java-Runtime-Compiler&metric=alert_status[]