This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 6767eb118a2b026892b5dad49bd05b14d7230eac Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Mar 21 12:03:06 2022 +0100 Fix broken link in MDC manual. --- src/site/xdoc/manual/thread-context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/manual/thread-context.xml b/src/site/xdoc/manual/thread-context.xml index 2715d7e..ee82932 100644 --- a/src/site/xdoc/manual/thread-context.xml +++ b/src/site/xdoc/manual/thread-context.xml @@ -31,7 +31,7 @@ <h4>Introduction</h4> <p>Log4j introduced the concept of the Mapped Diagnostic Context or MDC. It has been documented and discussed in numerous places including - <a href="https://veerasundar.com/blog/2009/10/log4j-mdc-mapped-diagnostic-context-what-and-why/">Log4j MDC: What and Why</a> and + <a href="https://veerasundar.com/blog/log4j-mdc-mapped-diagnostic-context-what-and-why/">Log4j MDC: What and Why</a> and <a href="https://blog.f12.no/wp/2004/12/09/log4j-and-the-mapped-diagnostic-context/">Log4j and the Mapped Diagnostic Context</a>. In addition, Log4j 1.x provides support for a Nested Diagnostic Context or NDC. It too has been documented and discussed in various places such as
