Skip to content

Commit a96b91f

Browse files
ngocnhan-tran1996snicoll
authored andcommitted
Fix logback javadoc
See gh-43439
1 parent 4ffb185 commit a96b91f

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
@@ -1217,7 +1217,7 @@ bom {
12171217
}
12181218
links {
12191219
site("https://logback.qos.ch")
1220-
javadoc("https://logback.qos.ch/apidocs", "ch.qos.logback")
1220+
javadoc("https://logback.qos.ch/apidocs/ch.qos.logback.core", "ch.qos.logback")
12211221
}
12221222
}
12231223
library("Lombok", "1.18.36") {

0 commit comments

Comments
 (0)