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

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


The following commit(s) were added to refs/heads/main by this push:
     new e929832  Fix absolute links to camel.apache.org
e929832 is described below

commit e929832b0610df4f05f257416d34ec9036883d9a
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Wed Apr 21 09:06:18 2021 +0200

    Fix absolute links to camel.apache.org
---
 docs/user-manual/modules/ROOT/pages/camel-catalog.adoc | 2 +-
 docs/user-manual/modules/ROOT/pages/user-stories.adoc  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-catalog.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-catalog.adoc
index 5cf3bb7..bc58710 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-catalog.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-catalog.adoc
@@ -25,7 +25,7 @@ The catalog provides a wealth of information that tooling can 
tap into and use.
 For example, 
https://plugins.jetbrains.com/plugin/9371-apache-camel-idea-plugin[Camel 
tooling for IDEA], 
https://marketplace.eclipse.org/content/language-support-apache-camel[Eclipse] 
and 
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-apache-camel[VSCode]
 uses the catalog in the editor
 to know all details about every EIP and component Camel supports.
 
-The 
https://camel.apache.org/manual/latest/camel-report-maven-plugin.html#_running_the_goal_on_any_maven_project[Camel
 Maven validation] plugin uses the catalog during validation of all the
+The 
xref:camel-report-maven-plugin.adoc#_running_the_goal_on_any_maven_project[Camel
 Maven validation] plugin uses the catalog during validation of all the
 Camel endpoints found while scanning the source code.
 
 == Layout of camel-catalog
diff --git a/docs/user-manual/modules/ROOT/pages/user-stories.adoc 
b/docs/user-manual/modules/ROOT/pages/user-stories.adoc
index 19373e9..9be5bf1 100644
--- a/docs/user-manual/modules/ROOT/pages/user-stories.adoc
+++ b/docs/user-manual/modules/ROOT/pages/user-stories.adoc
@@ -63,7 +63,7 @@ countries.
 |https://akkasource.org/[Akka] |Akka uses Apache Camel to implement
 additional messaging interfaces for
 https://doc.akkasource.org/actors[actors]. Any Camel
-https://camel.apache.org/components.html[component] can be used to send
+xref:latest@components::index.adoc[component] can be used to send
 and receive messages from Akka actors. For details refer to the
 documentation of the https://doc.akkasource.org/camel[akka-camel]
 extension module.
@@ -85,8 +85,8 @@ Server] |JOnAS Application Server integrates with Camel.
 Activity Monitoring for ServiceMix, Camel and ActiveMQ.
 
 |https://touk.pl/toukeu/rw/pages/index.en.do[TouK] |We are using Apache
-ServiceMix (both 3.x and 4.x) with https://camel.apache.org/[Apache
-Camel], https://ode.apache.org/[Apache ODE] and
+ServiceMix (both 3.x and 4.x) with Apache
+Camel, https://ode.apache.org/[Apache ODE] and
 https://incubator.apache.org/hise/[Apache HISE] as a middleware
 integration platform, with the biggest deployment for
 https://www.playmobile.pl/[Play], mobile telco operator in Poland

Reply via email to