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/05/31 15:39:38 UTC

[maven-site] branch master updated: docs: https links (#172)

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 29c3379  docs: https links (#172)
29c3379 is described below

commit 29c3379d037c9ea7f547f587bb6d7e4d3ae6ca60
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sun May 31 11:39:31 2020 -0400

    docs: https links (#172)
---
 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 02ad9f5..9d88005 100644
--- a/content/markdown/maven-logging.md
+++ b/content/markdown/maven-logging.md
@@ -75,11 +75,11 @@ from the `lib` directory and replacing it with one of the alternative implementa
 See SLF4J documentation for more details on [swapping "SLF4J bindings"][7]. 
 
 [1]: http://slf4j.org
-[2]: http://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html
+[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]: http://slf4j.org/apidocs/
+[5]: https://slf4j.org/apidocs/
 [6]: https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/logging/package-summary.html
-[7]: http://www.slf4j.org/manual.html#swapping
+[7]: https://www.slf4j.org/manual.html#swapping
 [8]: https://github.com/apache/maven/blob/master/apache-maven/src/conf/logging/simplelogger.properties
 [9]: https://maven.apache.org/configure.html