You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/14 11:33:01 UTC

[camel] branch camel-3.21.x updated: Fix broken link in docs for website

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

davsclaus pushed a commit to branch camel-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.21.x by this push:
     new c36521c183e Fix broken link in docs for website
c36521c183e is described below

commit c36521c183ef9e56ffac065954beb8e72e446a59
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 14 13:32:52 2023 +0200

    Fix broken link in docs for website
---
 .../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 31ef3880bb2..d02c0bd4e06 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.