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


The following commit(s) were added to refs/heads/main by this push:
     new c7fa7de  Polish and cleanup documentation
c7fa7de is described below

commit c7fa7de30fb0ea11bf61cedecc03950e6b692bfa
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Aug 18 18:52:13 2021 +0200

    Polish and cleanup documentation
---
 core/camel-base/src/main/docs/properties-component.adoc      | 2 +-
 docs/components/modules/ROOT/pages/properties-component.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-base/src/main/docs/properties-component.adoc 
b/core/camel-base/src/main/docs/properties-component.adoc
index 9115aa0..c3c2e91 100644
--- a/core/camel-base/src/main/docs/properties-component.adoc
+++ b/core/camel-base/src/main/docs/properties-component.adoc
@@ -13,7 +13,7 @@ The properties component is used for property placeholders in 
your Camel applica
 It is *not* a regular Camel component with producer and consumer for routing 
messages.
 However, for historical reasons it was named `PropertiesComponent` and this 
name is commonly known so we keep using it.
 
-IMPORTANT: See the xref:latest@manual:ROOT:using-propertyplaceholder[Property 
Placeholder] documentation for general information on using property 
placeholders in Camel.
+IMPORTANT: See the 
xref:latest@manual:ROOT:using-propertyplaceholder.adoc[Property Placeholder] 
documentation for general information on using property placeholders in Camel.
 
 The properties component requires to load the properties (key=value pairs) 
from an external source such as `.properties` files.
 The component is pluggable and you can configure to use other sources or write 
a custom implementation (for example to load from a database).
diff --git a/docs/components/modules/ROOT/pages/properties-component.adoc 
b/docs/components/modules/ROOT/pages/properties-component.adoc
index 6b3aaac..4da1bfc 100644
--- a/docs/components/modules/ROOT/pages/properties-component.adoc
+++ b/docs/components/modules/ROOT/pages/properties-component.adoc
@@ -15,7 +15,7 @@ The properties component is used for property placeholders in 
your Camel applica
 It is *not* a regular Camel component with producer and consumer for routing 
messages.
 However, for historical reasons it was named `PropertiesComponent` and this 
name is commonly known so we keep using it.
 
-IMPORTANT: See the xref:latest@manual:ROOT:using-propertyplaceholder[Property 
Placeholder] documentation for general information on using property 
placeholders in Camel.
+IMPORTANT: See the 
xref:latest@manual:ROOT:using-propertyplaceholder.adoc[Property Placeholder] 
documentation for general information on using property placeholders in Camel.
 
 The properties component requires to load the properties (key=value pairs) 
from an external source such as `.properties` files.
 The component is pluggable and you can configure to use other sources or write 
a custom implementation (for example to load from a database).

Reply via email to