Skip to content

Commit eb41324

Browse files
committed
Fix broken internal links
1 parent 23f7846 commit eb41324

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

log4j-jakarta-web/src/main/java/org/apache/logging/log4j/web/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
*/
1717

1818
/**
19-
* The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web
19+
* The classes in this package are responsible for properly initializing and deinitializing Log4j in a Jakarta EE web
2020
* application.
2121
*
22-
* @see <a href="https://logging.apache.org/log4j/2.x/manual/webapp.html">Using Log4j 2 in Web Applications</a>
22+
* @see <a href="https://logging.apache.org/log4j/2.x/jakarta.html#log4j-jakarta-web">Integrating Log4j with Web Applications</a>
2323
*/
2424
@Export
2525
@Version("2.20.1")

log4j-web/src/main/java/org/apache/logging/log4j/web/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web
2020
* application.
2121
*
22-
* @see <a href="https://logging.apache.org/log4j/2.x/manual/webapp.html">Using Log4j 2 in Web Applications</a>
22+
* @see <a href="https://logging.apache.org/log4j/2.x/jakarta.html#log4j-jakarta-web">Integrating Log4j with Web Applications</a>
2323
*/
2424
@Export
2525
@Version("2.20.1")

src/site/antora/modules/ROOT/pages/javadoc.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ The table below contains links to the Javadoc API Documentation for the componen
3030
| link:javadoc/log4j-jakarta-web/index.html[Log4j Web]
3131
| Tools to use Log4j Core in Jakarta EE applications.
3232
33-
| link:javadoc/log4j-flume-ng/index.html[Log4j Flume]
34-
| Tools to use Log4j Core with Apache Flume.
35-
3633
| link:javadoc/log4j-jpa/index.html[Log4j JPA]
3734
| Tools to use Log4j Core with the Java Persistence API.
3835
|===

src/site/antora/modules/ROOT/pages/manual/appenders/delegating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ It allows adding or updating the keys of the `MapMessage`.
535535
536536
| [[MapRewritePolicy-attr-mode]]mode
537537
| link:../../javadoc/log4j-core/org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html[`MapRewritePolicy.Mode`]
538-
| link:../https://logging.apache.org/log4j/2.x/javadoc/log4j-core/org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html#Add[`Add`]
538+
| link:../../javadoc/log4j-core/org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html#Add[`Add`]
539539
a|
540540
It determines which map entries to modify:
541541

src/site/antora/modules/ROOT/pages/manual/appenders/message-queue.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,8 @@ xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-flume-ng_org-apache-lo
306306
=== Flume event factories
307307
308308
Flume event factories are Log4j plugins that implement the
309-
link:../../javadoc/log4j-flume-ng/org/apache/logging/log4j/flume/appender/FlumeEventFactory.html[`FlumeEventFactory`]
310-
and allow to customize the way log events are transformed into
311-
link:../../javadoc/log4j-flume-ng/org/apache/logging/log4j/flume/appender/FlumeEvent.html[`FlumeEvent`]s.
309+
`org.apache.logging.log4j.flume.appender.FlumeEventFactory`
310+
and allow to customize the way log events are transformed into `org.apache.logging.log4j.flume.appender.FlumeEvent`s.
312311
313312
xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-flume-ng_org-apache-logging-log4j-flume-appender-FlumeEventFactory[{plugin-reference-marker} Plugin reference for `FlumeEventFactory`]
314313

0 commit comments

Comments
 (0)