Skip to content

Commit b589313

Browse files
ngocnhan-tran1996snicoll
authored andcommitted
Fix Javadoc link for jakarta.xml.bind
Closes gh-43606
1 parent 8e3ce14 commit b589313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ bom {
845845
}
846846
links {
847847
releaseNotes("https://github.com/jakartaee/jaxb-api/releases/tag/{version}")
848-
javadoc(version -> "https://jakarta.ee/specifications/xml-binding/%s.%s/apidocs"
848+
javadoc(version -> "https://jakarta.ee/specifications/xml-binding/%s.%s/apidocs/jakarta.xml.bind"
849849
.formatted(version.major(), version.minor()), "jakarta.xml.bind")
850850
}
851851
}

0 commit comments

Comments
 (0)