This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git


The following commit(s) were added to refs/heads/main by this push:
     new 2dc5b30  Fix link
2dc5b30 is described below

commit 2dc5b304e165f641a2f74657f35ed69f885a4d19
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu May 30 14:28:18 2024 +0200

    Fix link
---
 src/site/antora/modules/ROOT/pages/log4j-transform-maven-plugin.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/site/antora/modules/ROOT/pages/log4j-transform-maven-plugin.adoc 
b/src/site/antora/modules/ROOT/pages/log4j-transform-maven-plugin.adoc
index ad49a72..3ec718b 100644
--- a/src/site/antora/modules/ROOT/pages/log4j-transform-maven-plugin.adoc
+++ b/src/site/antora/modules/ROOT/pages/log4j-transform-maven-plugin.adoc
@@ -25,7 +25,7 @@ This allows you to use location information in your logs 
without incurring in th
 
 Finding the location of a logging call is a very expensive operation (a couple 
of microseconds).
 
-Running 
xref:../log4j-transform-perf/src/main/java/org/apache/logging/log4j/transform/perf/LocationBenchmark.java[`LocationBenchmark`]
 on a Ryzen 7 2700U laptop with Java 17 gives the following results:
+Running 
{project-github-url}/tree/main/log4j-transform-perf/src/main/java/org/apache/logging/log4j/transform/perf/LocationBenchmark.java[`LocationBenchmark`]
 on a Ryzen 7 2700U laptop with Java 17 gives the following results:
 
 [cols="1,1,1,1,1,1,1"]
 |===

Reply via email to