You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/07/20 00:30:53 UTC

svn commit: r1611982 - /logging/log4j/log4j2/trunk/src/site/xdoc/index.xml

Author: mattsicker
Date: Sat Jul 19 22:30:53 2014
New Revision: 1611982

URL: http://svn.apache.org/r1611982
Log:
Fix link and reference to "testing".

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/index.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/index.xml?rev=1611982&r1=1611981&r2=1611982&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/index.xml Sat Jul 19 22:30:53 2014
@@ -86,7 +86,7 @@
               pass them to an underlying component that will dynamically resolve them. Properties come from values
               defined in the configuration file, system properties, environment variables, the ThreadContext
               Map, and data present in the event. Users can further customize the property providers by
-              adding their own <a href="../lookups.html">Lookup</a> Plugin.
+              adding their own <a href="manual/lookups.html">Lookup</a> Plugin.
             </dd>
           </dl>
 
@@ -107,7 +107,7 @@
 
           <subsection name="News">
             <p>
-              Log4j 2 is now available for testing. The API for Log4j 2 is not compatible with Log4j 1.x, however an adapter
+              Log4j 2 is now available for production! The API for Log4j 2 is not compatible with Log4j 1.x, however an adapter
               is available to allow applications to continue to use the Log4j 1.x API. Adapters are also available for
               Apache Commons Logging and SLF4J.
             </p>