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

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


The following commit(s) were added to refs/heads/master by this push:
     new 521162f3 removed more dead links (to sdk) #133
521162f3 is described below

commit 521162f3ca94f5ae65af1542bb2540e944431b62
Author: Jan Friedrich <[email protected]>
AuthorDate: Thu Mar 28 12:58:25 2024 +0100

    removed more dead links (to sdk) #133
---
 src/site/xdoc/release/config-examples.xml     |  65 -----------
 src/site/xdoc/release/faq.xml                 |   3 +-
 src/site/xdoc/release/manual/introduction.xml | 160 ++++++++++----------------
 src/site/xdoc/release/release-notes.xml       |  18 ---
 4 files changed, 62 insertions(+), 184 deletions(-)

diff --git a/src/site/xdoc/release/config-examples.xml 
b/src/site/xdoc/release/config-examples.xml
index c5a2ec32..e9b97890 100644
--- a/src/site/xdoc/release/config-examples.xml
+++ b/src/site/xdoc/release/config-examples.xml
@@ -42,10 +42,6 @@ limitations under the License.
             </section>
             
             <section id="adonetappender" name="AdoNetAppender">
-                <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 <a 
href="#bufferingforwardingappender">BufferingForwardingAppender</a> 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.
@@ -447,9 +443,6 @@ CREATE TABLE Log (
                 
             
             <section id="aspnettraceappender" name="AspNetTraceAppender">
-                <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 
@@ -467,9 +460,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="bufferingforwardingappender" 
name="BufferingForwardingAppender">
-                <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>.
@@ -511,9 +501,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="coloredconsoleappender" name="ColoredConsoleAppender">
-                <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
@@ -553,9 +540,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="consoleappender" name="ConsoleAppender">
-                <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
@@ -582,13 +566,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="eventlogappender" name="EventLogAppender">
-                <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 
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
@@ -621,9 +598,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="fileappender" name="FileAppender">
-                <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
@@ -689,9 +663,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="forwardingappender" name="ForwardingAppender">
-                <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.
@@ -710,9 +681,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="managedcoloredconsoleappender" 
name="ManagedColoredConsoleAppender">
-                <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
@@ -760,9 +728,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="memoryappender" name="MemoryAppender">
-                <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.
@@ -775,9 +740,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="netsendappender" name="NetSendAppender">
-                <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
@@ -802,9 +764,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="outputdebugstringappender" 
name="OutputDebugStringAppender">
-                <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.
@@ -819,10 +778,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="remotingappender" name="RemotingAppender">
-                <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 <a 
href="#bufferingforwardingappender">BufferingForwardingAppender</a> 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
@@ -861,9 +816,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="rollingfileappender" name="RollingFileAppender">
-                <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
@@ -950,10 +902,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="smtpappender" name="SmtpAppender">
-                <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 <a 
href="#bufferingforwardingappender">BufferingForwardingAppender</a> 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
@@ -1020,10 +968,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="smtppickupdirappender" name="SmtpPickupDirAppender">
-                <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 <a 
href="#bufferingforwardingappender">BufferingForwardingAppender</a> 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
@@ -1063,9 +1007,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="traceappender" name="TraceAppender">
-                <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.
@@ -1083,9 +1024,6 @@ CREATE TABLE Log (
             </section>
             
             <section id="udpappender" name="UdpAppender">
-                <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>.
@@ -1103,9 +1041,6 @@ CREATE TABLE Log (
             </section>
                        
                        <section id="dynamicpatternlayout" 
name="DynamicPatternLayout">
-                               <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/src/site/xdoc/release/faq.xml b/src/site/xdoc/release/faq.xml
index c23931e8..326254f8 100644
--- a/src/site/xdoc/release/faq.xml
+++ b/src/site/xdoc/release/faq.xml
@@ -502,8 +502,7 @@ limitations under the License.
                         This pattern syntax can be used by specifying <span 
class="code">type="log4net.Util.PatternString"</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>
                         The following example sets the file name for a <span 
class="code">FileAppender</span> to include the 
diff --git a/src/site/xdoc/release/manual/introduction.xml 
b/src/site/xdoc/release/manual/introduction.xml
index 4a2b7508..e0b28496 100644
--- a/src/site/xdoc/release/manual/introduction.xml
+++ b/src/site/xdoc/release/manual/introduction.xml
@@ -81,23 +81,8 @@ limitations under the License.
                     assembly targeting that framework is built:
                 </p>
                 <ul>
-                    <li>.NET Standard 1.3 via .NET Core 1.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>.NET Standard 2.0 via .NET 8.0</li>
+                    <li>Microsoft .NET Framework 4.6.2</li>
                 </ul>
                 <p>
                     Not all frameworks are created equal and some features 
have been excluded from
@@ -299,12 +284,9 @@ namespace log4net
                     <div class="table">
                         <table>
                             <tr>
-                                <th>
-                                    Logger name</th>
-                                <th>
-                                    Assigned level</th>
-                                <th>
-                                    Inherited level</th>
+                                <th>Logger name</th>
+                                <th>Assigned level</th>
+                                <th>Inherited level</th>
                             </tr>
                             <tr align="left">
                                 <td><i>root</i></td>
@@ -341,12 +323,9 @@ namespace log4net
                     <div class="table">
                         <table>
                             <tr>
-                                <th>
-                                    Logger name</th>
-                                <th>
-                                    Assigned level</th>
-                                <th>
-                                    Inherited level</th>
+                                <th>Logger name</th>
+                                <th>Assigned level</th>
+                                <th>Inherited level</th>
                             </tr>
                             <tr align="left">
                                 <td><i>root</i></td>
@@ -378,12 +357,9 @@ namespace log4net
                     <div class="table">
                         <table>
                             <tr>
-                                <th>
-                                    Logger name</th>
-                                <th>
-                                    Assigned level</th>
-                                <th>
-                                    Inherited level</th>
+                                <th>Logger name</th>
+                                <th>Assigned level</th>
+                                <th>Inherited level</th>
                             </tr>
                             <tr align="left">
                                 <td><i>root</i></td>
@@ -427,12 +403,9 @@ namespace log4net
                     <div class="table">
                         <table>
                             <tr>
-                                <th>
-                                    Logger name</th>
-                                <th>
-                                    Assigned level</th>
-                                <th>
-                                    Inherited level</th>
+                                <th>Logger name</th>
+                                <th>Assigned level</th>
+                                <th>Inherited level</th>
                             </tr>
                             <tr align="left">
                                 <td><i>root</i></td>
@@ -572,39 +545,37 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                     <div class="table">
                         <table>
                             <tr>
-                                <th>
-                                    Type</th>
-                                <th>
-                                    Description</th>
+                                <th>Type</th>
+                                <th>Description</th>
                             </tr>
                             <tr>
-                                <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
                                     procedures.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     the end of the ASP page or on the ASP 
trace page.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     the standard our stream or the standard 
error stream. The events may have configurable
@@ -612,57 +583,57 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     the standard our stream or the standard 
error stream.
                                 </td>
                             </tr>
                             <tr>
-                              <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>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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).
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     displayed in a dialog on a users terminal.
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     debugger, the system debugger displays the 
string. If the application has no
@@ -670,19 +641,19 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     be configured to log to multiple files 
based upon date or file size
@@ -690,13 +661,13 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                     These files can then be read and sent by 
an SMTP agent
@@ -704,19 +675,19 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     multicast group using a UdpClient.
@@ -773,16 +744,11 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                     <div class="table">
                         <table>
                             <tr>
-                                <th>
-                                    Logger Name</th>
-                                <th>
-                                    Added Appenders</th>
-                                <th>
-                                    Additivity Flag</th>
-                                <th>
-                                    Output Targets</th>
-                                <th>
-                                    Comment</th>
+                                <th>Logger Name</th>
+                                <th>Added Appenders</th>
+                                <th>Additivity Flag</th>
+                                <th>Output Targets</th>
+                                <th>Comment</th>
                             </tr>
                             <tr>
                                 <td><i>root</i></td>
@@ -856,43 +822,41 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                     <div class="table">
                         <table>
                             <tr>
-                                <th>
-                                    Type</th>
-                                <th>
-                                    Description</th>
+                                <th>Type</th>
+                                <th>Description</th>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
@@ -938,52 +902,50 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                     <div class="table">
                         <table>
                             <tr>
-                                <th>
-                                    Type</th>
-                                <th>
-                                    Description</th>
+                                <th>Type</th>
+                                <th>Description</th>
                             </tr>
                             <tr>
-                                <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
                                     event.
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     set of formatting flags.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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:
                                     <span class="code">[level] - 
[message]</span>
                                 </td>
                             </tr>
                             <tr>
-                                <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.
                                 </td>
                             </tr>
                             <tr>
-                                <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
                                     complies with the log4j event dtd.
diff --git a/src/site/xdoc/release/release-notes.xml 
b/src/site/xdoc/release/release-notes.xml
index 48af4ffd..25f55a71 100644
--- a/src/site/xdoc/release/release-notes.xml
+++ b/src/site/xdoc/release/release-notes.xml
@@ -1421,12 +1421,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>
           <h3>
             <span class="code">PatternString</span>
             for pattern based configuration
@@ -1468,12 +1462,6 @@ limitations under the License.
               }
             </pre>
           </div>
-          <p>
-            For full details see the SDK Reference entry: <a
-                            href="sdk/html/T_log4net_Util_PatternString_htm">
-              log4net.Util.PatternString
-            </a>.
-          </p>
           <h3>Loading configuration from a URI</h3>
           <p>
             The <span class="code">XmlConfigurator</span> methods now support 
loading the
@@ -1594,12 +1582,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>
           <h3>
             <span class="code">RollingFileAppender</span>
             roll once


Reply via email to