This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new af051f9 Fixed link in camel-component-maven-plugin af051f9 is described below commit af051f9c71e497066cff95214bb15b83c90147ae Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 8 20:37:59 2020 +0200 Fixed link in camel-component-maven-plugin --- docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc b/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc index 18ea975..62b6d18 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc @@ -10,7 +10,7 @@ Maven Plugin] allows you to generate all the necessary metadata and Java classes This goal will generate the following metadata files and Java files: * Jandex index: it will generate a Jandex index for used Java annotations within the project which allows to more efficiency to search and load the annotations to generate other metadata as mentioned below. -* Type Converter Loader: it will xref:manual::type-converter.adoc [generate a loader for type converter] annotated with `@Converter(loader = true)` to allow faster way for Camel to load these converter. +* Type Converter Loader: it will xref:type-converter.adoc[generate a loader for type converter] annotated with `@Converter(loader = true)` to allow faster way for Camel to load these converter. * SPIs: it will generate all Service Provider Interfaces (SPI) for the component. This allows Camel to auto-discover your component without adding it manually to the Camel context. * Configurers: it will generate all configurer Java classes from `@Configuer` annotated classes. * Endpoint Schema: it will generate the property configurers as well as schema JSONs extracted from the component's Endpoint and Component classes. This allows Camel to avoid reflections while configuring the properties, thus allows for better efficiency.