This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-site.git
The following commit(s) were added to refs/heads/main by this push:
new c9b6ccc4 Fix broken links
c9b6ccc4 is described below
commit c9b6ccc47c5563a135d240309355d2649baa8cb7
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Apr 19 17:50:57 2024 +0200
Fix broken links
---
_posts/2023-12-02-apache-common-logging-1.3.0.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_posts/2023-12-02-apache-common-logging-1.3.0.md
b/_posts/2023-12-02-apache-common-logging-1.3.0.md
index 285db57c..e0f73c5c 100644
--- a/_posts/2023-12-02-apache-common-logging-1.3.0.md
+++ b/_posts/2023-12-02-apache-common-logging-1.3.0.md
@@ -66,8 +66,8 @@ In Maven this can be done using dependency management.
```
The second step consists in removing obsolete dependencies.
-Since version 1.2 only supported old generation logging backends
out-of-the-box ([Log4j 1.x](https//logging.apache.org/log4j/1.2/),
-[Avalon](https//avalon.apache.org) and
[Lumberjack](https://javalogging.sourceforge.net)), the Java community developed
+Since version 1.2 only supported old generation logging backends
out-of-the-box ([Log4j 1.x](https://logging.apache.org/log4j/1.x/),
+[Avalon](https://avalon.apache.org) and
[Lumberjack](https://javalogging.sourceforge.net)), the Java community developed
many `LogFactory` implementations and complete Apache Commons Logging
replacements:
*
[`org.slf4j:jcl-over-slf4j`](https://mvnrepository.com/artifact/org.slf4j/jcl-over-slf4j)
(replacement),