From c82121b8b42c822a33d90fdab9bf5a55495af34d Mon Sep 17 00:00:00 2001 From: Mariano Barrios Date: Fri, 18 Oct 2024 22:58:47 +0200 Subject: [PATCH] Fix badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f1128c..ab9c22a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ _Linked Blocking Multi Queue_ is a concurrent collection that extends the existi [![Build Status](/~https://github.com/marianobarrios/linked-blocking-multi-queue/actions/workflows/main.yml/badge.svg)](/~https://github.com/marianobarrios/linked-blocking-multi-queue/actions) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marianobarrios/linked-blocking-multi-queue/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marianobarrios/linked-blocking-multi-queue) -[![javadoc](https://javadoc.io/badge2/com.github.marianobarrios/linked-blocking-multi-queue/javadoc.svg)](https://javadoc.io/doc/com.github.marianobarrios/linked-blocking-multi-queue) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marianobarrios/lbmq/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marianobarrios/lbmq) +[![javadoc](https://javadoc.io/badge2/com.github.marianobarrios/lbmq/javadoc.svg)](https://javadoc.io/doc/com.github.marianobarrios/linked-blocking-multi-queue) ## Rationale