Skip to content

Commit 68b5b95

Browse files
committed
Merge pull request #43439 from ngocnhan-tran1996
* pr/43439: Fix logback javadoc Closes gh-43439
2 parents 4ffb185 + a96b91f commit 68b5b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)