You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/17 12:14:42 UTC

[camel] branch fix-3.8 created (now a7bc300)

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

acosentino pushed a change to branch fix-3.8
in repository https://gitbox.apache.org/repos/asf/camel.git.


      at a7bc300  Fix xref for 3.8.x

This branch includes the following new commits:

     new a7bc300  Fix xref for 3.8.x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Fix xref for 3.8.x

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fix-3.8
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a7bc300d6e284c629cbe87d3c8b87e50b582f3fe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 17 13:13:45 2021 +0100

    Fix xref for 3.8.x
---
 .../src/main/docs/modules/eips/pages/message-expiration.adoc            | 2 +-
 .../src/main/docs/modules/eips/pages/polling-consumer.adoc              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc
index 07cd278..3f14e8f 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc
@@ -13,7 +13,7 @@ Set the Message Expiration to specify a time limit how long the message is viabl
 
 Message expiration is supported by some Camel components such as xref:components::jms-component.adoc[JMS]
 or which allows to set a time-to-live value on messages sent to the broker.
-The xref:components::aws-sqs-component.adoc[AWS SQS] supports message expiration using its _message visibility_ settings.
+The xref:3.8.x@components::aws-sqs-component.adoc[AWS SQS] supports message expiration using its _message visibility_ settings.
 
 TIP: When using message expiration then mind about keeping clock's synchronized among the systems.
 
diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc
index a398f08..8dcfb16 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc
@@ -182,7 +182,7 @@ For more details see:
 ** xref:components::quartz-component.adoc[Quartz]
 ** xref:components::snmp-component.adoc[SNMP]
 ** xref:components::aws-s3-component.adoc[AWS-S3]
-** xref:components::aws-sqs-component.adoc[AWS-SQS]
+** xref:3.8.x@components::aws-sqs-component.adoc[AWS-SQS]
 
 [[PollingConsumer-ScheduledPollConsumerOptions]]
 === ScheduledPollConsumer Options