This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/3.x by this push:
new b21513612 chore: fixed Spring-boot javadoc path
b21513612 is described below
commit b215136121afe60dd21bafbfbe1ea9d48daa9d3a
Author: lprimak <[email protected]>
AuthorDate: Mon Jan 19 19:49:16 2026 -0600
chore: fixed Spring-boot javadoc path
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bfd0764d4..a318e2471 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@
<links>
<link>https://docs.oracle.com/en/java/javase/${jdk.version}/docs/api/</link>
<link>https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/</link>
-
<link>https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
+
<link>https://docs.spring.io/spring-boot/${spring-boot.version}/api/java/</link>
<link>https://junit.org/junit5/docs/${junit.version}/api/</link>
<link>https://www.quartz-scheduler.org/api/${quartz.docs.version}/</link>
</links>