You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/06/25 12:23:22 UTC

[camel] branch master updated: CAMEL-13588: Fix syslog documentation links

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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f589a9a  CAMEL-13588: Fix syslog documentation links
f589a9a is described below

commit f589a9a5c12dc37e967741bcb1db8fb5bec9ca53
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Jun 25 14:10:27 2019 +0200

    CAMEL-13588: Fix syslog documentation links
---
 .../camel-syslog/src/main/docs/syslog-dataformat.adoc      | 14 +++++++-------
 docs/components/modules/ROOT/pages/syslog-dataformat.adoc  | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/components/camel-syslog/src/main/docs/syslog-dataformat.adoc b/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
index f083c81..39388af 100644
--- a/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
+++ b/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
@@ -13,10 +13,10 @@ This component supports the following:
 SyslogMessage model objects.
 * Type Converter from/to SyslogMessage and
 String
-* Integration with the <<mina2-component,camel-mina>> component.
-* Integration with the <<netty-component,camel-netty>> component.
+* Integration with the xref:mina2-component.adoc[Mina2 Component] component.
+* Integration with the xref:netty4-component.adoc[Netty4 Component] component.
 * *Camel 2.14:* Encoder and decoder for
-the <<netty-component,camel-netty>> component.
+the xref:netty4-component.adoc[Netty4 Component] component.
 * *Camel 2.14:* Support for RFC5424 also.
 
 Maven users will need to add the following dependency to their `pom.xml`
@@ -40,7 +40,7 @@ as its underlying transport layer mechanism.
 The UDP port that has been assigned to syslog is 514.
 
 To expose a Syslog listener service we reuse the existing
-<<mina2-component,camel-mina>> component or <<mina2-component,camel-netty>>
+xref:mina2-component.adoc[Mina2 Component] component or xref:netty4-component.adoc[Netty4 Component]
 where we just use the `Rfc3164SyslogDataFormat` to marshal and unmarshal
 messages. Notice that from *Camel 2.14* onwards the syslog dataformat is
 renamed to `SyslogDataFormat`.
@@ -92,8 +92,8 @@ ND
 *Available as of Camel 2.14*
 
 To expose a Syslog listener service we reuse the
-existing <<mina2-component,camel-mina>> component
-or <<netty-component,camel-netty>> where we just use
+existing xref:mina2-component.adoc[Mina2 Component] component
+or xref:netty4-component.adoc[Netty4 Component] where we just use
 the `SyslogDataFormat` to marshal and unmarshal messages
 
 #### Exposing a Syslog listener
@@ -121,7 +121,7 @@ as an InputStream:
 </camelContext>
 ------------------------------------------------------------------------------------------
 
-The same route using <<mina2-component,camel-mina>>
+The same route using xref:mina2-component.adoc[Mina2 Component]
 
 [source,xml]
 -------------------------------------------------------------------------
diff --git a/docs/components/modules/ROOT/pages/syslog-dataformat.adoc b/docs/components/modules/ROOT/pages/syslog-dataformat.adoc
index f083c81..39388af 100644
--- a/docs/components/modules/ROOT/pages/syslog-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/syslog-dataformat.adoc
@@ -13,10 +13,10 @@ This component supports the following:
 SyslogMessage model objects.
 * Type Converter from/to SyslogMessage and
 String
-* Integration with the <<mina2-component,camel-mina>> component.
-* Integration with the <<netty-component,camel-netty>> component.
+* Integration with the xref:mina2-component.adoc[Mina2 Component] component.
+* Integration with the xref:netty4-component.adoc[Netty4 Component] component.
 * *Camel 2.14:* Encoder and decoder for
-the <<netty-component,camel-netty>> component.
+the xref:netty4-component.adoc[Netty4 Component] component.
 * *Camel 2.14:* Support for RFC5424 also.
 
 Maven users will need to add the following dependency to their `pom.xml`
@@ -40,7 +40,7 @@ as its underlying transport layer mechanism.
 The UDP port that has been assigned to syslog is 514.
 
 To expose a Syslog listener service we reuse the existing
-<<mina2-component,camel-mina>> component or <<mina2-component,camel-netty>>
+xref:mina2-component.adoc[Mina2 Component] component or xref:netty4-component.adoc[Netty4 Component]
 where we just use the `Rfc3164SyslogDataFormat` to marshal and unmarshal
 messages. Notice that from *Camel 2.14* onwards the syslog dataformat is
 renamed to `SyslogDataFormat`.
@@ -92,8 +92,8 @@ ND
 *Available as of Camel 2.14*
 
 To expose a Syslog listener service we reuse the
-existing <<mina2-component,camel-mina>> component
-or <<netty-component,camel-netty>> where we just use
+existing xref:mina2-component.adoc[Mina2 Component] component
+or xref:netty4-component.adoc[Netty4 Component] where we just use
 the `SyslogDataFormat` to marshal and unmarshal messages
 
 #### Exposing a Syslog listener
@@ -121,7 +121,7 @@ as an InputStream:
 </camelContext>
 ------------------------------------------------------------------------------------------
 
-The same route using <<mina2-component,camel-mina>>
+The same route using xref:mina2-component.adoc[Mina2 Component]
 
 [source,xml]
 -------------------------------------------------------------------------