This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit fb9b6269038e2e0673108d1ab8ec6ca9947efc4b Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Jul 8 20:23:15 2024 +0200 Provide links to migration guides in `installation.adoc` --- src/site/antora/modules/ROOT/pages/manual/installation.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/antora/modules/ROOT/pages/manual/installation.adoc b/src/site/antora/modules/ROOT/pages/manual/installation.adoc index e88366d8fc..2c1e21490f 100644 --- a/src/site/antora/modules/ROOT/pages/manual/installation.adoc +++ b/src/site/antora/modules/ROOT/pages/manual/installation.adoc @@ -43,6 +43,9 @@ See <<impl-core>>. Are you a Spring Boot application developer?:: See <<impl-core-spring-boot>>. +Are you migrating from...:: +xref:migrate-from-log4j1.adoc[Log4j 1], xref:migrate-from-logback.adoc[Logback], or xref:migrate-from-slf4j.adoc[SLF4J]? + [#concepts] == Concepts (APIs, Implementations, and Bridges)
