Skip to content

Commit a637860

Browse files
authored
chore: update log4j2 javadoc url (#2466)
update log4j2 javadoc url
1 parent c6a9673 commit a637860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/CommonJavaConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
5959
options.encoding = "UTF-8"
6060
links(
6161
"https://jd.advntr.dev/api/latest/",
62-
"https://logging.apache.org/log4j/2.x/log4j-api/apidocs/",
62+
"https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
6363
"https://www.antlr.org/api/Java/",
6464
"https://docs.enginehub.org/javadoc/org.enginehub.piston/core/0.5.7/",
6565
"https://docs.enginehub.org/javadoc/org.enginehub.piston/default-impl/0.5.7/",

0 commit comments

Comments
 (0)