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-log4j2.git
commit be54246a1f1fb3e18cd87b8acef729c2ad77ec2a Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Mar 17 10:44:52 2023 +0100 Remove deprecated link in `log4j-iostreams` docs (#1376) --- src/site/markdown/log4j-iostreams.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/site/markdown/log4j-iostreams.md b/src/site/markdown/log4j-iostreams.md index 8daf4e4db7..1eb4096c19 100644 --- a/src/site/markdown/log4j-iostreams.md +++ b/src/site/markdown/log4j-iostreams.md @@ -32,7 +32,6 @@ while writing to another `OutputStream` or `Writer`, or the contents read by an ## Requirements The Log4j IOStreams API extension requires the Log4j 2 API. This component was introduced in Log4j 2.1. -For more information, see [Runtime Dependencies](../runtime-dependencies.html). ## Usage The main entry point for the IOStreams module is the builder class
