You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/05/26 13:40:34 UTC

logging-log4j2 git commit: Fix Kafka producer config link

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 87ba12db9 -> f7e0e42f1


Fix Kafka producer config link


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f7e0e42f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f7e0e42f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f7e0e42f

Branch: refs/heads/master
Commit: f7e0e42f12dd6bf26fc844f1c1c662a314234049
Parents: 87ba12d
Author: Mikael St�ldal <mi...@magine.com>
Authored: Thu May 26 11:14:40 2016 +0200
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Thu May 26 11:14:40 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f7e0e42f/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 668b9bd..ac562c5 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -1294,7 +1294,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
               <td>properties</td>
               <td>Property[]</td>
               <td>
-                You can set any properties in <a href="http://kafka.apache.org/documentation.html#newproducerconfigs">Kafka new producer properties</a>.
+                You can set any properties in <a href="http://kafka.apache.org/documentation.html#producerconfigs">Kafka producer properties</a>.
                 You need to set the <code>bootstrap.servers</code> property, there are sensible default values for the others.
               </td>
             </tr>