This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit f70426d71504fe6379ceedacd1e52d652617df09 Author: Ralph Goers <[email protected]> AuthorDate: Mon Mar 30 12:01:33 2020 -0700 LOG4J2-1360 - Fix the documentation links --- log4j-jpl/pom.xml | 1 + log4j-jpl/src/site/{manual => markdown}/index.md | 1 - src/site/site.xml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/log4j-jpl/pom.xml b/log4j-jpl/pom.xml index c09e9a3..d0cfaca 100644 --- a/log4j-jpl/pom.xml +++ b/log4j-jpl/pom.xml @@ -199,6 +199,7 @@ project --> <detectOfflineLinks>false</detectOfflineLinks> <linksource>true</linksource> + <failOnError>false</failOnError> </configuration> <reportSets> <reportSet> diff --git a/log4j-jpl/src/site/manual/index.md b/log4j-jpl/src/site/markdown/index.md similarity index 93% rename from log4j-jpl/src/site/manual/index.md rename to log4j-jpl/src/site/markdown/index.md index a4234c9..1e5da79 100644 --- a/log4j-jpl/src/site/manual/index.md +++ b/log4j-jpl/src/site/markdown/index.md @@ -23,7 +23,6 @@ The Log4j 2 JDK Logging Adapter allow to route all System.Logger events to Log4j ## Requirements The JDK Platform Logging Adapter is dependent on the Log4j API as well as Java 11. -For more information, see [Runtime Dependencies](../runtime-dependencies.html). ## Usage diff --git a/src/site/site.xml b/src/site/site.xml index 2558cb3..3a0c414 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -307,6 +307,7 @@ <item name="Log4j 1.2 API" href="log4j-1.2-api/index.html"/> <item name="SLF4J Binding" href="log4j-slf4j-impl/index.html"/> <item name="JUL Adapter" href="log4j-jul/index.html"/> + <item name="JDK Platform Logger" href="log4j-jpl/index.html"/> <item name="Log4j 2 to SLF4J Adapter" href="log4j-to-slf4j/index.html"/> <item name="Apache Flume Appender" href="log4j-flume-ng/index.html"/> <item name="Log4j Tag Library" href="log4j-taglib/index.html"/>
