Merge pull request #290 from ckbisk/patch-1

SLF4J-551: fix broken org/org Log4j link in left.js
This commit is contained in:
Ceki Gülcü 2022-06-08 15:38:16 +02:00 committed by GitHub
commit 5537ff1699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ document.write(' <a href="https://github.com/jhannes/logevents">logevents</a>
document.write(' <p class="menu_header">Wrapped implementations</p>');
document.write(' <a href="api/org/slf4j/jul/JDK14LoggerAdapter.html">JUL</a>');
document.write(' <a href="org/org/slf4j/log4j12/Log4jLoggerAdapter.html">Log4j</a>');
document.write(' <a href="api/org/slf4j/log4j12/Log4jLoggerAdapter.html">Log4j</a>');
document.write(' <a href="api/org/slf4j/reload4j/Reload4jLoggerAdapter.html">reload4j</a>');
document.write(' <a href="api/org/slf4j/simple/SimpleLogger.html">Simple</a>');
document.write(' </p>');