Author: ihabunek
Date: Sat Feb 18 22:27:55 2012
New Revision: 1290894

URL: http://svn.apache.org/viewvc?rev=1290894&view=rev
Log:
Minor fixes to web - broken links.

Modified:
    logging/log4php/trunk/src/site/site.vm
    logging/log4php/trunk/src/site/site.xml
    logging/log4php/trunk/src/site/xdoc/changelog.xml
    logging/log4php/trunk/src/site/xdoc/docs/loggers.xml

Modified: logging/log4php/trunk/src/site/site.vm
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/site.vm?rev=1290894&r1=1290893&r2=1290894&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/site.vm (original)
+++ logging/log4php/trunk/src/site/site.vm Sat Feb 18 22:27:55 2012
@@ -442,7 +442,7 @@
 
                                        <!-- Twitter link -->
                                        <ul class="nav pull-right">
-                                               <li><a 
href="http://www.twitter.com/log4php/"; class="externalLink">Follow 
<strong>@log4php</strong></a></li>
+                                               <li><a 
href="http://twitter.com/log4php/"; class="externalLink">Follow 
<strong>@log4php</strong></a></li>
                                        </ul>
                                        
                                        <!-- Google CSE Search Box -->

Modified: logging/log4php/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/site.xml?rev=1290894&r1=1290893&r2=1290894&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/site.xml (original)
+++ logging/log4php/trunk/src/site/site.xml Sat Feb 18 22:27:55 2012
@@ -100,10 +100,10 @@
                <menu name="Apache" img="icon-heart">
                        <item name="Home" href="http://www.apache.org"; />
                        <item name="Sponsorship" 
href="http://www.apache.org/foundation/sponsorship.html"; />
-                       <item name="License" 
href="http://www.apache.org/licenses"; />
+                       <item name="License" 
href="http://www.apache.org/licenses/"; />
                        <item name="Thanks" 
href="http://www.apache.org/foundation/thanks.html"; />
                        <item name="Conferences" 
href="http://www.apachecon.com"; />
-                       <item name="Security" 
href="http://www.apache.org/security"; />
+                       <item name="Security" 
href="http://www.apache.org/security/"; />
                </menu>
        </body>
 </project>

Modified: logging/log4php/trunk/src/site/xdoc/changelog.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/xdoc/changelog.xml?rev=1290894&r1=1290893&r2=1290894&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/xdoc/changelog.xml (original)
+++ logging/log4php/trunk/src/site/xdoc/changelog.xml Sat Feb 18 22:27:55 2012
@@ -43,7 +43,7 @@
                        
                        <p><strong>New features:</strong></p>
                        <ul>
-                           <li>Added connection timeout parameter to the <a 
href="docs/appenders/mongodb.">MongoDB appender</a>.</li>
+                           <li>Added connection timeout parameter to the <a 
href="docs/appenders/mongodb.html">MongoDB appender</a>.</li>
                        </ul>
                    </subsection>
 

Modified: logging/log4php/trunk/src/site/xdoc/docs/loggers.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/xdoc/docs/loggers.xml?rev=1290894&r1=1290893&r2=1290894&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/xdoc/docs/loggers.xml (original)
+++ logging/log4php/trunk/src/site/xdoc/docs/loggers.xml Sat Feb 18 22:27:55 
2012
@@ -42,7 +42,7 @@
                        <pre class="prettyprint">$logger->info("This is the 
message to be logged.");</pre>
 
                        <p>Loggers by themselves do not define where these 
messages will be logged. For that you need to assign 
-                       one or more <a href="./appender.html">appenders</a> to 
the logger.</p>
+                       one or more <a href="./appenders.html">appenders</a> to 
the logger.</p>
                        
                        <subsection name="Logger threshold" 
id="Logger_threshold">
                                <p>A logger can be assigned a threshold level. 
All logging requests with level lower than this threshold


Reply via email to