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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new de95a04e Fix Javadoc archive link
de95a04e is described below

commit de95a04ecdaff631d3ca8b525d234fbaf4c70a9c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue May 21 14:05:40 2024 -0400

    Fix Javadoc archive link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 92791146..aae07cf7 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons JEXL
 [![Java 
CI](https://github.com/apache/commons-jexl/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-jexl/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-jexl/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-jexl)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-jexl3/?gav=true)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-jexl3/3.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-jexl3/3.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-jexl3/)](https://javadoc.io/doc/org.apache.commons/commons-jexl3/)
 
[![CodeQL](https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-jexl/actions/workflows/codeql-analysis.yml)
 
 The Apache Commons JEXL library is an implementation of a Java-symbiotic 
Expression Language.

Reply via email to