You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/03 16:21:27 UTC

[aries-antora-site] branch master updated: minor badge fix

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-antora-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 00125a3  minor badge fix
00125a3 is described below

commit 00125a36c815558df21749ea8649e893a051a2b2
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Sun Apr 3 12:21:24 2022 -0400

    minor badge fix
---
 modules/ROOT/pages/modules/spi-fly.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ROOT/pages/modules/spi-fly.adoc b/modules/ROOT/pages/modules/spi-fly.adoc
index 53cbd85..2bfce5c 100644
--- a/modules/ROOT/pages/modules/spi-fly.adoc
+++ b/modules/ROOT/pages/modules/spi-fly.adoc
@@ -19,7 +19,7 @@ under the License.
 = SPI Fly
 
 image:https://github.com/apache/aries/actions/workflows/spi-fly.yml/badge.svg[SPI Fly - CI Build,link=https://github.com/apache/aries/actions/workflows/spi-fly.yml]
-image:https://img.shields.io/maven-central/v/org.apache.aries.spifly/spifly[Maven Central,link=https://search.maven.org/search?q=g:org.apache.aries.spifly]
+image:https://img.shields.io/maven-central/v/org.apache.aries.spifly/spifly?label=Maven%20Central[Maven Central,link=https://search.maven.org/search?q=g:org.apache.aries.spifly]
 
 This page describes the SPI Fly component.
 The SPI Fly component is aimed at providing OSGi support for JRE SPI mechanisms, including the usage of `java.util.ServiceLoader`,  `META-INF/services` and similar methods.