You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/10/05 21:27:34 UTC

[maven-site] branch master updated: fix broken links at /maven-logging.html

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 94ec869  fix broken links at /maven-logging.html
     new a9001a8  Merge pull request #208 from slawekjaranowski/fix-logging
94ec869 is described below

commit 94ec8694ca2ee4e9f4cd1f70da465bdf4196c316
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Oct 5 23:11:24 2020 +0200

    fix broken links at /maven-logging.html
---
 content/markdown/maven-logging.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/markdown/maven-logging.md b/content/markdown/maven-logging.md
index 9d88005..3f8fec8 100644
--- a/content/markdown/maven-logging.md
+++ b/content/markdown/maven-logging.md
@@ -62,7 +62,7 @@ To configure logging with the [SLF4J Simple][2], you can edit the properties in
 `${maven.home}/conf/logging/simplelogger.properties` file. Please see the linked reference documentation
 for details.
 
-Every entry in this file can be overriden via Maven's JVM system properties by using the `-D` flag in [MAVEN_OPTS][9]. 
+Every entry in this file can be overridden via Maven's JVM system properties by using the `-D` flag in [MAVEN_OPTS][9]. 
 E.g. `MAVEN_OPTS=-Dorg.slf4j.simpleLogger.showThreadName=true mvn <goals>` will add the thread name to every logging line.
 
 The default SLF4J configuration for Maven is listed [here][8].
@@ -78,8 +78,8 @@ See SLF4J documentation for more details on [swapping "SLF4J bindings"][7].
 [2]: https://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html
 [3]: https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
 [4]: http://logback.qos.ch
-[5]: https://slf4j.org/apidocs/
+[5]: https://www.slf4j.org/apidocs/
 [6]: https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/package-summary.html
 [7]: https://www.slf4j.org/manual.html#swapping
-[8]: https://github.com/apache/maven/blob/master/apache-maven/src/conf/logging/simplelogger.properties
+[8]: https://github.com/apache/maven/blob/master/apache-maven/src/assembly/maven/conf/logging/simplelogger.properties
 [9]: https://maven.apache.org/configure.html