Author: ihabunek
Date: Tue Feb 14 14:13:34 2012
New Revision: 1243929

URL: http://svn.apache.org/viewvc?rev=1243929&view=rev
Log:
Fixed links on the layouts page.

Modified:
    logging/log4php/trunk/src/site/xdoc/docs/layouts.xml

Modified: logging/log4php/trunk/src/site/xdoc/docs/layouts.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/xdoc/docs/layouts.xml?rev=1243929&r1=1243928&r2=1243929&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/xdoc/docs/layouts.xml (original)
+++ logging/log4php/trunk/src/site/xdoc/docs/layouts.xml Tue Feb 14 14:13:34 
2012
@@ -51,15 +51,15 @@
                                                        <td>A flexible layout 
configurable via a pattern string.</td>
                                                </tr>
                                                <tr>
-                                                       <td><a 
href="layouts/daily-file.html">LoggerLayoutSimple</a></td>
+                                                       <td><a 
href="layouts/simple.html">LoggerLayoutSimple</a></td>
                                                        <td>A simple, non 
configurable layout.</td>
                                                </tr>
                                                <tr>
-                                                       <td><a 
href="layouts/rolling-file.html">LoggerLayoutSerialized</a></td>
+                                                       <td><a 
href="layouts/serialized.html">LoggerLayoutSerialized</a></td>
                                                        <td>Outputs serialized 
objects.</td>
                                                </tr>
                                                <tr>
-                                                       <td><a 
href="layouts/mail.html">LoggerLayoutTTCC</a></td>
+                                                       <td><a 
href="layouts/ttcc.html">LoggerLayoutTTCC</a></td>
                                                        <td>Consists of Time, 
Thread, Category and nested diagnostic Context.</td>
                                                </tr>
                                                <tr>


Reply via email to