This is an automated email from the ASF dual-hosted git repository.

freeandnil pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4net-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 711548f  removed more dead links (to sdk) #133
711548f is described below

commit 711548f5cdb08eaa5b05bfeb9c17e5dea7f1900b
Author: Jan Friedrich <[email protected]>
AuthorDate: Thu Mar 28 12:52:52 2024 +0100

    removed more dead links (to sdk) #133
---
 log4net-2.0.17/rat-report.html                  |   2 +-
 log4net-2.0.17/release/config-examples.html     |  84 ------------
 log4net-2.0.17/release/faq.html                 |   3 +-
 log4net-2.0.17/release/manual/introduction.html | 175 +++++++++---------------
 log4net-2.0.17/release/release-notes.html       |  18 ---
 5 files changed, 63 insertions(+), 219 deletions(-)

diff --git a/log4net-2.0.17/rat-report.html b/log4net-2.0.17/rat-report.html
index 0812746..4f2f0cd 100644
--- a/log4net-2.0.17/rat-report.html
+++ b/log4net-2.0.17/rat-report.html
@@ -195,7 +195,7 @@
 *****************************************************
 Summary
 -------
-Generated at: 2024-03-28T12:27:27+01:00
+Generated at: 2024-03-28T12:51:29+01:00
 
 Notes: 3
 Binaries: 18
diff --git a/log4net-2.0.17/release/config-examples.html 
b/log4net-2.0.17/release/config-examples.html
index 59b3358..b4e0346 100644
--- a/log4net-2.0.17/release/config-examples.html
+++ b/log4net-2.0.17/release/config-examples.html
@@ -229,11 +229,6 @@ limitations under the License. -->
 <div class="section" id="adonetappender">
 <h2><a name="AdoNetAppender"></a>AdoNetAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_AdoNetAppender.htm">log4net.Appender.AdoNetAppender</a>.
-                    <u>Please see notes on the </u><a 
href="#bufferingforwardingappender"><u>BufferingForwardingAppender</u></a><u> 
about performance and data fixing</u>
-                </p>
-                
 <p>
                     The configuration of the <span 
class="code">AdoNetAppender</span> depends on the
                     provider selected for the target database. Here are some 
examples.
@@ -688,10 +683,6 @@ CREATE TABLE Log (
 <div class="section" id="aspnettraceappender">
 <h2><a name="AspNetTraceAppender"></a>AspNetTraceAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_AspNetTraceAppender.htm">log4net.Appender.AspNetTraceAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">AspNetTraceAppender</span> 
                     to log messages to the ASP.NET TraceContext. The messages 
are written to the 
@@ -714,10 +705,6 @@ CREATE TABLE Log (
 <div class="section" id="bufferingforwardingappender">
 <h2><a name="BufferingForwardingAppender"></a>BufferingForwardingAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_BufferingForwardingAppender.htm">log4net.Appender.BufferingForwardingAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">BufferingForwardingAppender</span> 
                     to buffer 100 messages before delivering them to the 
<i>ConsoleAppender</i>.
@@ -767,10 +754,6 @@ CREATE TABLE Log (
 <div class="section" id="coloredconsoleappender">
 <h2><a name="ColoredConsoleAppender"></a>ColoredConsoleAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_ColoredConsoleAppender.htm">log4net.Appender.ColoredConsoleAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">ColoredConsoleAppender</span> 
                     to log messages to the console. By default the messages 
are sent to the console
@@ -818,10 +801,6 @@ CREATE TABLE Log (
 <div class="section" id="consoleappender">
 <h2><a name="ConsoleAppender"></a>ConsoleAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_ConsoleAppender.htm">log4net.Appender.ConsoleAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">ConsoleAppender</span> 
                     to log messages to the console. By default the messages 
are sent to the console
@@ -856,14 +835,6 @@ CREATE TABLE Log (
 <div class="section" id="eventlogappender">
 <h2><a name="EventLogAppender"></a>EventLogAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_EventLogAppender.htm">log4net.Appender.EventLogAppender</a>.
-                    Please note that this appender is not natively available 
in log4net for dotnet standard, as
-                    it would bring in windows dependencies for non-windows 
consumers. Please see 
-                    <a class="externalLink" 
href="https://www.nuget.org/packages/log4net.appenders.netcore";>https://www.nuget.org/packages/log4net.appenders.netcore</a>
-                    for an alternative if you still require EventLog logging 
for netstandard targets.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">EventLogAppender</span> to log
                     to the <i>Application</i> event log on the local machine 
using the
@@ -905,10 +876,6 @@ CREATE TABLE Log (
 <div class="section" id="fileappender">
 <h2><a name="FileAppender"></a>FileAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_FileAppender.htm">log4net.Appender.FileAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">FileAppender</span>
                     to write messages to a file. The file specified is 
<i>log-file.txt</i>. The file will
@@ -989,10 +956,6 @@ CREATE TABLE Log (
 <div class="section" id="forwardingappender">
 <h2><a name="ForwardingAppender"></a>ForwardingAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_ForwardingAppender.htm">log4net.Appender.ForwardingAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">ForwardingAppender</span>.
                     The forwarding appender allows a set of constraints to be 
used to decorate an appender.
@@ -1016,10 +979,6 @@ CREATE TABLE Log (
 <div class="section" id="managedcoloredconsoleappender">
 <h2><a 
name="ManagedColoredConsoleAppender"></a>ManagedColoredConsoleAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_ManagedColoredConsoleAppender.htm">log4net.Appender.ManagedColoredConsoleAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">ManagedColoredConsoleAppender</span> 
                     to log messages to the console. By default the messages 
are sent to the console
@@ -1075,10 +1034,6 @@ CREATE TABLE Log (
 <div class="section" id="memoryappender">
 <h2><a name="MemoryAppender"></a>MemoryAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_MemoryAppender.htm">log4net.Appender.MemoryAppender</a>.
-                </p>
-                
 <p>
                     It is unlikely that the <span 
class="code">MemoryAppender</span> will be configured
                     using a config file, but if you want to do it here's how.
@@ -1096,10 +1051,6 @@ CREATE TABLE Log (
 <div class="section" id="netsendappender">
 <h2><a name="NetSendAppender"></a>NetSendAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_NetSendAppender.htm">log4net.Appender.NetSendAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">NetSendAppender</span>
                     to deliver messages to a specific user's screen. As this 
appender is typically only
@@ -1129,10 +1080,6 @@ CREATE TABLE Log (
 <div class="section" id="outputdebugstringappender">
 <h2><a name="OutputDebugStringAppender"></a>OutputDebugStringAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_OutputDebugStringAppender.htm">log4net.Appender.OutputDebugStringAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">OutputDebugStringAppender</span>
                     to write logging messages to the <span 
class="code">OutputDebugString</span> API.
@@ -1152,11 +1099,6 @@ CREATE TABLE Log (
 <div class="section" id="remotingappender">
 <h2><a name="RemotingAppender"></a>RemotingAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_RemotingAppender.htm">log4net.Appender.RemotingAppender</a>.
-                    <u>Please see notes on the </u><a 
href="#bufferingforwardingappender"><u>BufferingForwardingAppender</u></a><u> 
about performance and data fixing</u>
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">RemotingAppender</span>
                     to deliver logging events to a specified <i>Sink</i> (in 
this example
@@ -1203,10 +1145,6 @@ CREATE TABLE Log (
 <div class="section" id="rollingfileappender">
 <h2><a name="RollingFileAppender"></a>RollingFileAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_RollingFileAppender.htm">log4net.Appender.RollingFileAppender</a>.
-                </p>
-                
 <p>
                     The <span class="code">RollingFileAppender</span> builds 
on the
                     <span class="code">FileAppender</span> and has the same 
options
@@ -1308,11 +1246,6 @@ CREATE TABLE Log (
 <div class="section" id="smtpappender">
 <h2><a name="SmtpAppender"></a>SmtpAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_SmtpAppender.htm">log4net.Appender.SmtpAppender</a>.
-                    <u>Please see notes on the </u><a 
href="#bufferingforwardingappender"><u>BufferingForwardingAppender</u></a><u> 
about performance and data fixing</u>
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">SmtpAppender</span>
                     to deliver log events via SMTP email. The <i>To</i>, 
<i>From</i>, <i>Subject</i> and
@@ -1390,11 +1323,6 @@ CREATE TABLE Log (
 <div class="section" id="smtppickupdirappender">
 <h2><a name="SmtpPickupDirAppender"></a>SmtpPickupDirAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_SmtpPickupDirAppender.htm">log4net.Appender.SmtpPickupDirAppender</a>.
-                    <u>Please see notes on the </u><a 
href="#bufferingforwardingappender"><u>BufferingForwardingAppender</u></a><u> 
about performance and data fixing</u>
-                </p>
-                
 <p>
                     The <span class="code">SmtpPickupDirAppender</span> is 
configured similarly
                     to the <span class="code">SmtpAppender</span>. The only 
difference is that rather
@@ -1441,10 +1369,6 @@ CREATE TABLE Log (
 <div class="section" id="traceappender">
 <h2><a name="TraceAppender"></a>TraceAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_TraceAppender.htm">log4net.Appender.TraceAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">TraceAppender</span>
                     to log messages to the <span 
class="code">System.Diagnostics.Trace</span> system.
@@ -1467,10 +1391,6 @@ CREATE TABLE Log (
 <div class="section" id="udpappender">
 <h2><a name="UdpAppender"></a>UdpAppender</h2>
                 
-<p>
-                    For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_UdpAppender.htm">log4net.Appender.UdpAppender</a>.
-                </p>
-                
 <p>
                     The following example shows how to configure the <span 
class="code">UdpAppender</span>
                     to send events to a <i>RemoteAddress</i> on the specified 
<i>RemotePort</i>.
@@ -1493,10 +1413,6 @@ CREATE TABLE Log (
 <div class="section" id="dynamicpatternlayout">
 <h2><a name="DynamicPatternLayout"></a>DynamicPatternLayout</h2>
                                
-<p>
-                                       For full details see the SDK Reference 
entry: <a 
href="sdk/html/T_log4net_Appender_DynamicPatternLayout.htm">log4net.Layout.DynamicPatternLayout</a>.
-                               </p>
-                               
 <p>
                                        The <span 
class="code">DynamicPatternLayout</span> should be used whenever the header or 
footer should contain information that could change over time.
                                        Compared to the static <span 
class="code">PatternLayout</span> which does not re-evaluate on every invoke, 
the <span class="code">DynamicPatternLayout</span>
diff --git a/log4net-2.0.17/release/faq.html b/log4net-2.0.17/release/faq.html
index 774383b..60d7b86 100644
--- a/log4net-2.0.17/release/faq.html
+++ b/log4net-2.0.17/release/faq.html
@@ -827,8 +827,7 @@ limitations under the License. -->
                         This pattern syntax can be used by specifying <span 
class="code">type=&quot;log4net.Util.PatternString&quot;</span>
                         on the string property in the config file. This tells 
the config parser to pass the
                         value to the <span class="code">PatternString</span> 
type before converting the result
-                        to a string. For details on the patterns supported see 
the <a href="sdk/html/T_log4net_Util_PatternString.htm">
-                        PatternString SDK Reference</a>.
+                        to a string.
                     </p>
                     
 <p>
diff --git a/log4net-2.0.17/release/manual/introduction.html 
b/log4net-2.0.17/release/manual/introduction.html
index 90f28b6..7a60a1d 100644
--- a/log4net-2.0.17/release/manual/introduction.html
+++ b/log4net-2.0.17/release/manual/introduction.html
@@ -275,39 +275,9 @@ limitations under the License. -->
                 
 <ul>
                     
-<li>.NET Standard 1.3 via .NET Core 1.0</li>
+<li>.NET Standard 2.0 via .NET 8.0</li>
                     
-<li>Microsoft&#xae; .NET Framework 1.0</li>
-                    
-<li>Microsoft .NET Framework 1.1</li>
-                    
-<li>Microsoft .NET Framework 2.0</li>
-                    
-<li>Microsoft .NET Framework 3.5</li>
-                    
-<li>Microsoft .NET Framework 4.0</li>
-                    
-<li>Microsoft .NET Framework 4.5</li>
-                    
-<li>Microsoft .NET Framework 3.5 Client Profile</li>
-                    
-<li>Microsoft .NET Framework 4.0 Client Profile</li>
-                    
-<li>Microsoft .NET Compact Framework 1.0</li>
-                    
-<li>Microsoft .NET Compact Framework 2.0</li>
-                    
-<li>Mono 1.0</li>
-                    
-<li>Mono 2.0</li>
-                    
-<li>Mono 3.5</li>
-                    
-<li>Mono 4.0</li>
-                    
-<li>Microsoft Shared Source CLI 1.0</li>
-                    
-<li>CLI 1.0 Compatible</li>
+<li>Microsoft .NET Framework 4.6.2</li>
                 </ul>
                 
 <p>
@@ -556,14 +526,11 @@ namespace log4net
                             
 <tr class="a">
                                 
-<th>
-                                    Logger name</th>
+<th>Logger name</th>
                                 
-<th>
-                                    Assigned level</th>
+<th>Assigned level</th>
                                 
-<th>
-                                    Inherited level</th>
+<th>Inherited level</th>
                             </tr>
                             
 <tr class="b" align="left">
@@ -622,14 +589,11 @@ namespace log4net
                             
 <tr class="a">
                                 
-<th>
-                                    Logger name</th>
+<th>Logger name</th>
                                 
-<th>
-                                    Assigned level</th>
+<th>Assigned level</th>
                                 
-<th>
-                                    Inherited level</th>
+<th>Inherited level</th>
                             </tr>
                             
 <tr class="b" align="left">
@@ -683,14 +647,11 @@ namespace log4net
                             
 <tr class="a">
                                 
-<th>
-                                    Logger name</th>
+<th>Logger name</th>
                                 
-<th>
-                                    Assigned level</th>
+<th>Assigned level</th>
                                 
-<th>
-                                    Inherited level</th>
+<th>Inherited level</th>
                             </tr>
                             
 <tr class="b" align="left">
@@ -756,14 +717,11 @@ namespace log4net
                             
 <tr class="a">
                                 
-<th>
-                                    Logger name</th>
+<th>Logger name</th>
                                 
-<th>
-                                    Assigned level</th>
+<th>Assigned level</th>
                                 
-<th>
-                                    Inherited level</th>
+<th>Inherited level</th>
                             </tr>
                             
 <tr class="b" align="left">
@@ -945,16 +903,14 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<th>
-                                    Type</th>
+<th>Type</th>
                                 
-<th>
-                                    Description</th>
+<th>Description</th>
                             </tr>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_AdoNetAppender.htm">log4net.Appender.AdoNetAppender</a></td>
+<td>log4net.Appender.AdoNetAppender</td>
                                 
 <td>
                                     Writes logging events to a database using 
either prepared statements or stored
@@ -964,7 +920,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_AnsiColorTerminalAppender.htm">log4net.Appender.AnsiColorTerminalAppender</a></td>
+<td>log4net.Appender.AnsiColorTerminalAppender</td>
                                 
 <td>
                                     Writes color highlighted logging events to 
a an ANSI terminal window.
@@ -973,7 +929,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_AspNetTraceAppender.htm">log4net.Appender.AspNetTraceAppender</a></td>
+<td>log4net.Appender.AspNetTraceAppender</td>
                                 
 <td>
                                     Writes logging events to the ASP trace 
context. These can then be rendered at
@@ -983,7 +939,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_BufferingForwardingAppender.htm">log4net.Appender.BufferingForwardingAppender</a></td>
+<td>log4net.Appender.BufferingForwardingAppender</td>
                                 
 <td>
                                     Buffers logging events before forwarding 
them to child appenders.
@@ -992,7 +948,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_ColoredConsoleAppender.htm">log4net.Appender.ColoredConsoleAppender</a></td>
+<td>log4net.Appender.ColoredConsoleAppender</td>
                                 
 <td>
                                     Writes logging events to the application's 
Console. The events may go to either
@@ -1003,7 +959,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_ConsoleAppender.htm">log4net.Appender.ConsoleAppender</a></td>
+<td>log4net.Appender.ConsoleAppender</td>
                                 
 <td>
                                     Writes logging events to the application's 
Console. The events may go to either
@@ -1013,16 +969,16 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                               
-<td><a 
href="../sdk/html/T_log4net_Appender_DebugAppender.htm">log4net.Appender.DebugAppender</a></td>
+<td>log4net.Appender.DebugAppender</td>
                               
 <td>
-                                Writes logging events to the .NET  system.
+                                Writes logging events to the .NET debug system.
                               </td>
                             </tr>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_EventLogAppender.htm">log4net.Appender.EventLogAppender</a></td>
+<td>log4net.Appender.EventLogAppender</td>
                                 
 <td>
                                     Writes logging events to the Windows Event 
Log.
@@ -1031,7 +987,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_FileAppender.htm">log4net.Appender.FileAppender</a></td>
+<td>log4net.Appender.FileAppender</td>
                                 
 <td>
                                     Writes logging events to a file in the 
file system.
@@ -1040,7 +996,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_ForwardingAppender.htm">log4net.Appender.ForwardingAppender</a></td>
+<td>log4net.Appender.ForwardingAppender</td>
                                 
 <td>
                                     Forwards logging events to child appenders.
@@ -1049,7 +1005,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_LocalSyslogAppender.htm">log4net.Appender.LocalSyslogAppender</a></td>
+<td>log4net.Appender.LocalSyslogAppender</td>
                                 
 <td>
                                     Writes logging events to the local syslog 
service (UNIX only).
@@ -1058,7 +1014,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_MemoryAppender.htm">log4net.Appender.MemoryAppender</a></td>
+<td>log4net.Appender.MemoryAppender</td>
                                 
 <td>
                                     Stores logging events in an in memory 
buffer.
@@ -1067,7 +1023,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_NetSendAppender.htm">log4net.Appender.NetSendAppender</a></td>
+<td>log4net.Appender.NetSendAppender</td>
                                 
 <td>
                                     Writes logging events to the Windows 
Messenger service. These messages are
@@ -1077,7 +1033,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_OutputDebugStringAppender.htm">log4net.Appender.OutputDebugStringAppender</a></td>
+<td>log4net.Appender.OutputDebugStringAppender</td>
                                 
 <td>
                                     Writes logging events to the debugger. If 
the application has no
@@ -1088,7 +1044,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_RemoteSyslogAppender.htm">log4net.Appender.RemoteSyslogAppender</a></td>
+<td>log4net.Appender.RemoteSyslogAppender</td>
                                 
 <td>
                                     Writes logging events to a remote syslog 
service using UDP networking.
@@ -1097,7 +1053,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_RemotingAppender.htm">log4net.Appender.RemotingAppender</a></td>
+<td>log4net.Appender.RemotingAppender</td>
                                 
 <td>
                                     Writes logging events to a remoting sink 
using .NET remoting.
@@ -1106,7 +1062,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_RollingFileAppender.htm">log4net.Appender.RollingFileAppender</a></td>
+<td>log4net.Appender.RollingFileAppender</td>
                                 
 <td>
                                     Writes logging events to a file in the 
file system. The RollingFileAppender can
@@ -1117,7 +1073,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_SmtpAppender.htm">log4net.Appender.SmtpAppender</a></td>
+<td>log4net.Appender.SmtpAppender</td>
                                 
 <td>
                                     Sends logging events to an email address.
@@ -1126,7 +1082,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_SmtpPickupDirAppender.htm">log4net.Appender.SmtpPickupDirAppender</a></td>
+<td>log4net.Appender.SmtpPickupDirAppender</td>
                                 
 <td>
                                     Writes SMTP messages as files into a 
pickup directory.
@@ -1137,7 +1093,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_TelnetAppender.htm">log4net.Appender.TelnetAppender</a></td>
+<td>log4net.Appender.TelnetAppender</td>
                                 
 <td>
                                     Clients connect via Telnet to receive 
logging events.
@@ -1146,7 +1102,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_TraceAppender.htm">log4net.Appender.TraceAppender</a></td>
+<td>log4net.Appender.TraceAppender</td>
                                 
 <td>
                                     Writes logging events to the .NET trace 
system.
@@ -1155,7 +1111,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Appender_UdpAppender.htm">log4net.Appender.UdpAppender</a></td>
+<td>log4net.Appender.UdpAppender</td>
                                 
 <td>
                                     Sends logging events as connectionless UDP 
datagrams to a remote host or a
@@ -1227,20 +1183,15 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<th>
-                                    Logger Name</th>
+<th>Logger Name</th>
                                 
-<th>
-                                    Added Appenders</th>
+<th>Added Appenders</th>
                                 
-<th>
-                                    Additivity Flag</th>
+<th>Additivity Flag</th>
                                 
-<th>
-                                    Output Targets</th>
+<th>Output Targets</th>
                                 
-<th>
-                                    Comment</th>
+<th>Comment</th>
                             </tr>
                             
 <tr class="b">
@@ -1360,16 +1311,14 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<th>
-                                    Type</th>
+<th>Type</th>
                                 
-<th>
-                                    Description</th>
+<th>Description</th>
                             </tr>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Filter_DenyAllFilter.htm">log4net.Filter.DenyAllFilter</a></td>
+<td>log4net.Filter.DenyAllFilter</td>
                                 
 <td>
                                     Drops all logging events.
@@ -1378,7 +1327,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Filter_LevelMatchFilter.htm">log4net.Filter.LevelMatchFilter</a></td>
+<td>log4net.Filter.LevelMatchFilter</td>
                                 
 <td>
                                     An exact match to the event's level.
@@ -1387,7 +1336,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Filter_LevelRangeFilter.htm">log4net.Filter.LevelRangeFilter</a></td>
+<td>log4net.Filter.LevelRangeFilter</td>
                                 
 <td>
                                     Matches against a range of levels.
@@ -1396,7 +1345,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Filter_LoggerMatchFilter.htm">log4net.Filter.LoggerMatchFilter</a></td>
+<td>log4net.Filter.LoggerMatchFilter</td>
                                 
 <td>
                                     Matches against a the start of the logger 
name.
@@ -1405,7 +1354,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Filter_PropertyFilter.htm">log4net.Filter.PropertyFilter</a></td>
+<td>log4net.Filter.PropertyFilter</td>
                                 
 <td>
                                     Matches a substring from a specific 
property value.
@@ -1414,7 +1363,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Filter_StringMatchFilter.htm">log4net.Filter.StringMatchFilter</a></td>
+<td>log4net.Filter.StringMatchFilter</td>
                                 
 <td>
                                     Matches a substring from the event's 
message.
@@ -1474,16 +1423,14 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<th>
-                                    Type</th>
+<th>Type</th>
                                 
-<th>
-                                    Description</th>
+<th>Description</th>
                             </tr>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Layout_ExceptionLayout.htm">log4net.Layout.ExceptionLayout</a></td>
+<td>log4net.Layout.ExceptionLayout</td>
                                 
 <td>
                                     Renders the exception text from the logging
@@ -1493,7 +1440,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Layout_PatternLayout.htm">log4net.Layout.PatternLayout</a></td>
+<td>log4net.Layout.PatternLayout</td>
                                 
 <td>
                                     Formats the logging event according to a 
flexible
@@ -1503,7 +1450,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Layout_RawTimeStampLayout.htm">log4net.Layout.RawTimeStampLayout</a></td>
+<td>log4net.Layout.RawTimeStampLayout</td>
                                 
 <td>
                                     Extracts the timestamp from the logging 
event.
@@ -1512,7 +1459,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Layout_RawUtcTimeStampLayout.htm">log4net.Layout.RawUtcTimeStampLayout</a></td>
+<td>log4net.Layout.RawUtcTimeStampLayout</td>
                                 
 <td>
                                     Extracts the timestamp from the logging 
event in Universal Time.
@@ -1521,7 +1468,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Layout_SimpleLayout.htm">log4net.Layout.SimpleLayout</a></td>
+<td>log4net.Layout.SimpleLayout</td>
                                 
 <td>
                                     Formats the logging event very simply:
@@ -1531,7 +1478,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="a">
                                 
-<td><a 
href="../sdk/html/T_log4net_Layout_XmlLayout.htm">log4net.Layout.XmlLayout</a></td>
+<td>log4net.Layout.XmlLayout</td>
                                 
 <td>
                                     Formats the logging event as an XML 
element.
@@ -1540,7 +1487,7 @@ ILog y = 
LogManager.GetLogger(&quot;wombat&quot;);</pre></div>
                             
 <tr class="b">
                                 
-<td><a 
href="../sdk/html/T_log4net_Layout_XmlLayoutSchemaLog4j.htm">log4net.Layout.XmlLayoutSchemaLog4j</a></td>
+<td>log4net.Layout.XmlLayoutSchemaLog4j</td>
                                 
 <td>
                                     Formats the logging event as an XML 
element that
diff --git a/log4net-2.0.17/release/release-notes.html 
b/log4net-2.0.17/release/release-notes.html
index 70e8655..b9a838c 100644
--- a/log4net-2.0.17/release/release-notes.html
+++ b/log4net-2.0.17/release/release-notes.html
@@ -1999,12 +1999,6 @@ limitations under the License. -->
             <span class="code">log4net.Util.PatternConverter</span>
             base class. The custom pattern can then be used in the pattern 
string.
           </p>
-          
-<p>
-            For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Layout_PatternLayout.htm">
-              log4net.Layout.PatternLayout
-            </a>.
-          </p>
           </div>
 <div class="section">
 <h3><a name="PatternString____________for_pattern_based_configuration"></a>
@@ -2056,12 +2050,6 @@ limitations under the License. -->
               }
             </pre></div>
           </div>
-          
-<p>
-            For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Util_PatternString_htm">
-              log4net.Util.PatternString
-            </a>.
-          </p>
           </div>
 <div class="section">
 <h3><a name="Loading_configuration_from_a_URI"></a>Loading configuration from 
a URI</h3>
@@ -2225,12 +2213,6 @@ limitations under the License. -->
             model, <span class="code">MinimalLock</span>, can be used to 
support writing to
             a single output file from multiple processes.
           </p>
-          
-<p>
-            For full details see the SDK Reference entry: <a 
href="sdk/html/T_log4net_Appender_FileAppender_LockingModel.htm">
-              log4net.Appender.FileAppender.LockingModel
-            </a>.
-          </p>
           </div>
 <div class="section">
 <h3><a name="RollingFileAppender____________roll_once"></a>


Reply via email to