Skip to content

Commit 3cf0cb3

Browse files
author
陈德伟
committed
fix logging.xml broken link
1 parent eba4767 commit 3cf0cb3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/site/es/xdoc/logging.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ org.apache.ibatis.logging.LogFactory.useStdOutLogging();]]></source>
8686
<a href="http://logging.apache.org/log4j/">Apache Log4j 1.x y 2.x</a>
8787
</li>
8888
<li>
89-
<a href="http://java.sun.com/j2se/1.4.1/docs/guide/util/logging/">JDK Logging API</a>
89+
<a href="https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html">JDK Logging API</a>
9090
</li>
9191
</ul>
9292
<subsection name="Configuración">

src/site/ja/xdoc/logging.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ org.apache.ibatis.logging.LogFactory.useStdOutLogging();]]></source>
8383
<a href="http://logging.apache.org/log4j/">Apache Log4j</a>
8484
</li>
8585
<li>
86-
<a href="http://java.sun.com/j2se/1.4.1/docs/guide/util/logging/">JDK Logging API</a>
86+
<a href="https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html">JDK Logging API</a>
8787
</li>
8888
</ul>
8989
<subsection name="Logging Configuration">
@@ -163,4 +163,4 @@ log4j.appender.stdout.layout.ConversionPattern=%5p [%t] - %m%n]]></source>
163163
</subsection>
164164
</section>
165165
</body>
166-
</document>
166+
</document>

src/site/ko/xdoc/logging.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ org.apache.ibatis.logging.LogFactory.useStdOutLogging();]]></source>
8888
<a href="http://logging.apache.org/log4j/">Apache Log4j</a>
8989
</li>
9090
<li>
91-
<a href="http://java.sun.com/j2se/1.4.1/docs/guide/util/logging/">JDK Logging API</a>
91+
<a href="https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html">JDK Logging API</a>
9292
</li>
9393
</ul>
9494
<subsection name="Logging Configuration">

src/site/xdoc/logging.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ org.apache.ibatis.logging.LogFactory.useStdOutLogging();]]></source>
113113
<a href="http://logging.apache.org/log4j/">Apache Log4j 1.x and 2.x</a>
114114
</li>
115115
<li>
116-
<a href="http://java.sun.com/j2se/1.4.1/docs/guide/util/logging/">JDK Logging API</a>
116+
<a href="https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html">JDK Logging API</a>
117117
</li>
118118
</ul>
119119
<subsection name="Logging Configuration">

src/site/zh/xdoc/logging.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ org.apache.ibatis.logging.LogFactory.useStdOutLogging();]]></source>
7575
<a href="http://logging.apache.org/log4j/">Apache Log4j 1.x and 2.x</a>
7676
</li>
7777
<li>
78-
<a href="http://java.sun.com/j2se/1.4.1/docs/guide/util/logging/">JDK Logging API</a>
78+
<a href="https://docs.oracle.com/javase/8/docs/technotes/guides/logging/overview.html">JDK Logging API</a>
7979
</li>
8080
</ul>
8181
<subsection name="日志配置">

0 commit comments

Comments
 (0)