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

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

commit 4e0933fdc9a5de35ca756ccc078a1a974e561187
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Aug 6 11:58:12 2021 +0200

    CAMEL-16844: xref fix
---
 .../src/main/resources/component-configure-header.mvel              | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/resources/component-configure-header.mvel
 
b/tooling/maven/camel-package-maven-plugin/src/main/resources/component-configure-header.mvel
index b97d170..d9cefa6 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/resources/component-configure-header.mvel
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/resources/component-configure-header.mvel
@@ -13,7 +13,7 @@ For example a component may have security settings, 
credentials for authenticati
 Some components only have a few options, and others may have many. Because 
components typically have pre configured defaults
 that are commonly used, then you may often only need to configure a few 
options on a component; or none at all.
 
-Configuring components can be done with the xref:component-dsl.adoc[Component 
DSL], in a configuration file (application.properties|yaml), or
+Configuring components can be done with the 
xref:manual::component-dsl.adoc[Component DSL], in a configuration file 
(application.properties|yaml), or
 directly with Java code.
 
 === Configuring Endpoint Options
@@ -23,9 +23,9 @@ configure what you need the endpoint to do. The options are 
also categorized int
 or as a producer (to), or used for both.
 
 Configuring endpoints is most often done directly in the endpoint URI as path 
and query parameters. You can also use
-the xref:Endpoint-dsl.adoc[Endpoint DSL] as a _type safe_ way of configuring 
endpoints.
+the xref:manual::Endpoint-dsl.adoc[Endpoint DSL] as a _type safe_ way of 
configuring endpoints.
 
-A good practice when configuring options is to use 
xref:using-propertyplaceholder.adoc[Property Placeholders],
+A good practice when configuring options is to use 
xref:manual::using-propertyplaceholder.adoc[Property Placeholders],
 which allows to not hardcode urls, port numbers, sensitive information, and 
other settings.
 In other words placeholders allows to externalize the configuration from your 
code, and gives more flexibility and reuse.
 

Reply via email to