You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/11/05 09:28:19 UTC

[logging-log4j2] branch master updated: Fix broken link to LMAX Disruptor (#595)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8b2bcbd  Fix broken link to LMAX Disruptor (#595)
8b2bcbd is described below

commit 8b2bcbd8955841b68f037dae3aca0cf663eae9b0
Author: Alexander A <61...@users.noreply.github.com>
AuthorDate: Fri Nov 5 22:27:22 2021 +1300

    Fix broken link to LMAX Disruptor (#595)
---
 src/site/asciidoc/manual/async.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/asciidoc/manual/async.adoc b/src/site/asciidoc/manual/async.adoc
index 308f676..b691122 100644
--- a/src/site/asciidoc/manual/async.adoc
+++ b/src/site/asciidoc/manual/async.adoc
@@ -664,7 +664,7 @@ image:../images/ResponseTimeAsyncLogging16Threads@8kEachLog4j2Only-labeled.png[i
 == Under The Hood
 
 Asynchronous Loggers are implemented using the
-http://lmax-exchange.github.com/disruptor/[LMAX Disruptor] inter-thread
+https://lmax-exchange.github.io/disruptor/[LMAX Disruptor] inter-thread
 messaging library. From the LMAX web site:
 
 ____