You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/08/28 15:11:33 UTC

[09/50] logging-log4j2 git commit: Fix link formatting

Fix link formatting


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/45306d88
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/45306d88
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/45306d88

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 45306d88d557e1a3dd632f959e42de20472c5931
Parents: 06e4b18
Author: Mikael St�ldal <mi...@magine.com>
Authored: Tue Jun 28 10:32:58 2016 +0200
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Tue Jun 28 10:32:58 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/manual/scala-api.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/45306d88/src/site/xdoc/manual/scala-api.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/scala-api.xml b/src/site/xdoc/manual/scala-api.xml
index 4f3d994..0169717 100644
--- a/src/site/xdoc/manual/scala-api.xml
+++ b/src/site/xdoc/manual/scala-api.xml
@@ -30,7 +30,7 @@
             <subsection name="Scala API">
                 <p>
                     Log4j 2 contains a convenient Scala wrapper for the
-                    <a href="../log4j-api/apidocs/org/apache/logging/log4j/Logger.html">Logger</a>
+                    <a class="javadoc" href="../log4j-api/apidocs/org/apache/logging/log4j/Logger.html">Logger</a>
                     API.
                 </p>
 
@@ -76,7 +76,7 @@
                     Most logging implementations use a hierarchical scheme for matching logger names with logging
                     configuration. In this scheme the logger name hierarchy is represented by '.' characters in the
                     logger name, in a fashion very similar to the hierarchy used for Java/Scala package names.
-                    The <a href="../log4j-api-scala_2.11/scaladocs/index.html#org.apache.logging.log4j.scala.Logging">Logging trait</a> will automatically name the Logger accordingly to the class it is being used in.
+                    The <a class="javadoc" href="../log4j-api-scala_2.11/scaladocs/index.html#org.apache.logging.log4j.scala.Logging">Logging trait</a> will automatically name the Logger accordingly to the class it is being used in.
                 </p>
 
                 <h4>ScalaDoc</h4>