diff --git a/connectors/sqs/element-templates/aws-sqs-inbound-intermediate-connector.json b/connectors/sqs/element-templates/aws-sqs-inbound-intermediate-connector.json index 08bc4f24cb..122926b34f 100644 --- a/connectors/sqs/element-templates/aws-sqs-inbound-intermediate-connector.json +++ b/connectors/sqs/element-templates/aws-sqs-inbound-intermediate-connector.json @@ -4,7 +4,7 @@ "id": "io.camunda.connectors.AWSSQS.intermediate.v1", "version": 1, "description": "Receive message from a queue", - "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-start-event/", + "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/", "appliesTo": [ "bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent" @@ -120,7 +120,7 @@ }, { "label": "Polling wait time", - "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See documentation for details", + "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See documentation for details", "group": "messagePollingProperties", "type": "String", "optional":false, @@ -140,7 +140,7 @@ }, { "label": "Attribute names", - "description": "Queue attribute names. See documentation for details", + "description": "Queue attribute names. See documentation for details", "group": "input", "type": "String", "optional": true, @@ -152,7 +152,7 @@ }, { "label": "Message attribute names", - "description": "Message attribute names. See documentation for details", + "description": "Message attribute names. See documentation for details", "group": "input", "type": "String", "optional": true, diff --git a/connectors/sqs/element-templates/aws-sqs-start-event-connector.json b/connectors/sqs/element-templates/aws-sqs-start-event-connector.json index 5bb0156729..c5f73f635f 100644 --- a/connectors/sqs/element-templates/aws-sqs-start-event-connector.json +++ b/connectors/sqs/element-templates/aws-sqs-start-event-connector.json @@ -4,7 +4,7 @@ "id": "io.camunda.connectors.AWSSQS.StartEvent.v1", "version": 1, "description": "Receive message from a queue", - "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-start-event/", + "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/", "appliesTo": [ "bpmn:StartEvent" ], @@ -108,7 +108,7 @@ }, { "label": "Polling wait time", - "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See documentation for details", + "description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See documentation for details", "group": "messagePollingProperties", "type": "String", "optional":false, @@ -128,7 +128,7 @@ }, { "label": "Attribute names", - "description": "Queue attribute names. See documentation for details", + "description": "Queue attribute names. See documentation for details", "group": "input", "type": "String", "optional": true, @@ -140,7 +140,7 @@ }, { "label": "Message attribute names", - "description": "Message attribute names. See documentation for details", + "description": "Message attribute names. See documentation for details", "group": "input", "type": "String", "optional": true,