You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/04/24 10:07:05 UTC

[camel] branch main updated: Fixed docs for camel-dhis2

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

acosentino 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 ab7d3ca1bbf Fixed docs for camel-dhis2
ab7d3ca1bbf is described below

commit ab7d3ca1bbfb7e5554af52dae92ef21637545a57
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 24 12:06:45 2023 +0200

    Fixed docs for camel-dhis2
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-dhis2-component/src/main/docs/dhis2-component.adoc        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc b/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc
index da56f52a4e8..c31a01f7001 100644
--- a/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc
+++ b/components/camel-dhis2/camel-dhis2-component/src/main/docs/dhis2-component.adoc
@@ -260,7 +260,7 @@ below:
 | queryParams | Custom query parameters | Map
 |===
 
-In addition to the parameters above, the put/resource API can also use any of the link:#query-parameters[Query Parameters].
+In addition to the parameters above, the put/resource API can also use any of the Query Parameters.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header. The message header name must be of the format CamelDhis2.parameter. The inBody parameter overrides message header, i.e. the endpoint parameter inBody=myParameterNameHere would override a CamelDhis2.myParameterNameHere header.
 
@@ -325,7 +325,7 @@ below:
 | queryParams | Custom query parameters | Map
 |===
 
-In addition to the parameters above, the delete/resource API can also use any of the link:#query-parameters[Query Parameters].
+In addition to the parameters above, the delete/resource API can also use any of the Query Parameters.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header. The message header name must be of the format CamelDhis2.parameter. The inBody parameter overrides message header, i.e. the endpoint parameter inBody=myParameterNameHere would override a CamelDhis2.myParameterNameHere header.
 
@@ -390,7 +390,7 @@ The resourceTables/analytics API method has the parameters listed in the table b
 | interval | Duration in milliseconds between completeness checks | Integer
 |===
 
-In addition to the parameters above, the resourceTables/analytics API can also use any of the link:#query-parameters[Query Parameters].
+In addition to the parameters above, the resourceTables/analytics API can also use any of the Query parameters.
 
 Any of the parameters can be provided in either the endpoint URI, or dynamically in a message header. The message header name must be of the format CamelDhis2.parameter. The inBody parameter overrides message header, i.e. the endpoint parameter inBody=myParameterNameHere would override a CamelDhis2.myParameterNameHere header.