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
commit 22243169aa891928b9c676b85687e10f695aa7a1 Author: Gary Gregory <[email protected]> AuthorDate: Fri Nov 7 15:53:26 2025 -0500 Fix site Javadoc archive link --- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index 93127fac..508ba152 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -37,7 +37,7 @@ <item name="Download" href="/download_io.cgi" /> <item name="Javadoc"> <item name="Javadoc Current" href="/apidocs/index.html" /> - <item name="Javadoc Archive" href="https://javadoc.io/doc/commons-io/commons-io" /> + <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-jexl3" /> <item name="Javadoc Last 2.x (2.1.1)" href="javadocs/apidocs-2.1.1/index.html"/> <item name="Javadoc Last 1.x (1.1)" href="javadocs/apidocs-1.1/index.html"/> </item>
