Repository: logging-log4j2
Updated Branches:
  refs/heads/master 6621be5a0 -> 4640e4b48


Fix broken link on Scala API page


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

Branch: refs/heads/master
Commit: 4640e4b48bad0481c608cbdbb806b98dc9178764
Parents: 6621be5
Author: Ralph Goers <[email protected]>
Authored: Sun Sep 17 21:44:30 2017 -0700
Committer: Ralph Goers <[email protected]>
Committed: Sun Sep 17 21:44:30 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4640e4b4/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 1eba4fa..61e3222 100644
--- a/src/site/xdoc/manual/scala-api.xml
+++ b/src/site/xdoc/manual/scala-api.xml
@@ -29,7 +29,7 @@
             <a name="ScalaAPI"/>
             <subsection name="Scala API">
                 <p>
-                    Log4j 2 contains a convenient Scala wrapper for the
+                    Log4j 2 has a companion Log4j Scala project that contains 
a convenient Scala wrapper for the
                     <a class="javadoc" 
href="../log4j-api/apidocs/org/apache/logging/log4j/Logger.html">Logger</a>
                     API.
                 </p>
@@ -82,13 +82,10 @@ logger.debug(s"Logging in user ${user.getName} with 
birthday ${user.calcBirthday
                     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 class="javadoc" 
href="../log4j-api-scala_2.12/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 Logging trait will automatically name the Logger 
accordingly to the class it is being used in.
                 </p>
 
-                <h4>ScalaDoc</h4>
-                <p>
-                    <a 
href="../log4j-api-scala_2.12/scaladocs/index.html#org.apache.logging.log4j.scala.package">ScalaDoc</a>.
-                </p>
+              <p>Please see the <a 
href="http://logging.apache.org/log4j/scala/index.html";>Log4j Scala</a> project 
for more details.</p>
 
             </subsection>
         </section>

Reply via email to