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

[camel-quarkus] branch main updated: Fix broken links to SmallRye Reactive Messaging documentation

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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ee7372  Fix broken links to SmallRye Reactive Messaging documentation
3ee7372 is described below

commit 3ee7372d59f403a5c93777cfbf2b5d13f0c11f02
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Nov 17 10:45:35 2021 +0000

    Fix broken links to SmallRye Reactive Messaging documentation
---
 .../ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc  | 4 ++--
 .../smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc b/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
index 956a02d..a261ee6 100644
--- a/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
@@ -35,8 +35,8 @@ Check the xref:user-guide/index.adoc[User guide] for more information about writ
 
 == Usage
 
-This extension leverages https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/2.2/camel/camel.html[SmallRye Reactive Messaging].
-Examples for how to use the Camel connector are outlined within the https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/2.2/camel/camel.html[documentation].
+This extension leverages https://www.smallrye.io/smallrye-reactive-messaging/[SmallRye Reactive Messaging].
+Examples for how to use the Camel connector are outlined within the https://www.smallrye.io/smallrye-reactive-messaging/[documentation].
 Note that where the documentation makes references to Camel component maven dependencies, you should ensure that the corresponding camel-quarkus extension is used.
 E.g `<artifactId>camel-file</artifactId>` should be `<artifactId>camel-quarkus-file</artifactId>`.
 
diff --git a/extensions/smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc b/extensions/smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc
index e9270ca..fd692c3 100644
--- a/extensions/smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc
+++ b/extensions/smallrye-reactive-messaging/runtime/src/main/doc/usage.adoc
@@ -1,4 +1,4 @@
-This extension leverages https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/2.2/camel/camel.html[SmallRye Reactive Messaging].
-Examples for how to use the Camel connector are outlined within the https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/2.2/camel/camel.html[documentation].
+This extension leverages https://www.smallrye.io/smallrye-reactive-messaging/[SmallRye Reactive Messaging].
+Examples for how to use the Camel connector are outlined within the https://www.smallrye.io/smallrye-reactive-messaging/[documentation].
 Note that where the documentation makes references to Camel component maven dependencies, you should ensure that the corresponding camel-quarkus extension is used.
 E.g `<artifactId>camel-file</artifactId>` should be `<artifactId>camel-quarkus-file</artifactId>`.