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 c75218ba2981bdc86f8f76fdfbc1917dad1b444a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Aug 6 14:05:11 2021 +0200 CAMEL-16844: xref fix --- .../src/main/resources/component-configure-header.mvel | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 d9cefa6..18c6ba4 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,8 +13,8 @@ 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:manual::component-dsl.adoc[Component DSL], in a configuration file (application.properties|yaml), or -directly with Java code. +Configuring components can be done with the xref:latest@manual::component-dsl.adoc[Component DSL], +in a configuration file (application.properties|yaml), or directly with Java code. === Configuring Endpoint Options @@ -23,10 +23,11 @@ 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:manual::Endpoint-dsl.adoc[Endpoint DSL] as a _type safe_ way of configuring endpoints. +the xref:latest@manual::Endpoint-dsl.adoc[Endpoint DSL] as a _type safe_ way of configuring endpoints. -A good practice when configuring options is to use xref:manual::using-propertyplaceholder.adoc[Property Placeholders], +A good practice when configuring options is to use xref:latest@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. The following two sections lists all the options, firstly for the component followed by the endpoint. +