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

orpiske 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 de3008f9a79 CAMEL-20410: fixed website build for 
camel-microprofile-config
de3008f9a79 is described below

commit de3008f9a79da322b0c9eb871e6c7e3191ea8f5f
Author: Otavio R. Piske <angusyo...@gmail.com>
AuthorDate: Wed Feb 21 20:26:43 2024 +0100

    CAMEL-20410: fixed website build for camel-microprofile-config
    
    Signed-off-by: Otavio R. Piske <angusyo...@gmail.com>
---
 .../camel-microprofile-config/src/main/docs/microprofile-config.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-microprofile/camel-microprofile-config/src/main/docs/microprofile-config.adoc
 
b/components/camel-microprofile/camel-microprofile-config/src/main/docs/microprofile-config.adoc
index a73ac4fc743..7e4ce61a926 100644
--- 
a/components/camel-microprofile/camel-microprofile-config/src/main/docs/microprofile-config.adoc
+++ 
b/components/camel-microprofile/camel-microprofile-config/src/main/docs/microprofile-config.adoc
@@ -9,8 +9,7 @@
 
 *Since Camel {since}*
 
-The microprofile-config component is used for bridging the Eclipse 
MicroProfile Config with the
-xref:properties-component.adoc[Properties Component].
+The microprofile-config component is used for bridging the Eclipse 
MicroProfile Config with the Properties Component.
 This allows using configuration management from Eclipse MicroProfile with 
Camel.
 
 To enable this, add this component to the classpath and Camel should 
auto-detect this when starting up.
@@ -23,4 +22,4 @@ You can also register the microprofile-config component 
manually with the Apache
 ----
     PropertiesComponent pc = (PropertiesComponent) 
camelContext.getPropertiesComponent();
     pc.addPropertiesSource(new CamelMicroProfilePropertiesSource());
-----
+----
\ No newline at end of file

Reply via email to