This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x-docgen in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit f17f26dc3411a56f104264ae42df06c228503f5b Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Mar 15 11:28:55 2024 +0100 Fix broken plugin manual link --- src/docgen-templates/index.adoc.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docgen-templates/index.adoc.ftl b/src/docgen-templates/index.adoc.ftl index b914712e74..48e8d0fd3b 100644 --- a/src/docgen-templates/index.adoc.ftl +++ b/src/docgen-templates/index.adoc.ftl @@ -26,7 +26,7 @@ You can use this reference manual to precisely customize your `log4j2.xml`. [INFO] ==== -Every running Log4j system is a constellation of xref:manual/plugins.adoc[plugins], which is analogous to beans in Java EE and Spring. +Every running Log4j system is a constellation of xref:../manual/plugins.adoc[plugins], which is analogous to beans in Java EE and Spring. This not only allows Log4j itself to be developed in individual components, but also enables extensibility users can leverage. ====
