Skip to content

Commit 72ecc26

Browse files
committed
Fix javadoc URL
1 parent 163581c commit 72ecc26

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
@@ -1790,7 +1790,7 @@ bom {
17901790
links {
17911791
site("https://spring.io/projects/spring-boot")
17921792
github("https://github.com/spring-projects/spring-boot")
1793-
javadoc("https://docs.spring.io/spring-boot/docs/{version}/api")
1793+
javadoc("https://docs.spring.io/spring-boot/docs/{version}/api/java")
17941794
docs("https://docs.spring.io/spring-boot/docs/{version}/reference/htmlsingle")
17951795
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
17961796
add("layers-xsd") { version -> "layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"

0 commit comments

Comments
 (0)