Skip to content

Commit

Permalink
chore(sqs inbound): fix doc links (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiivanov authored Jun 8, 2023
1 parent 5117fbd commit df3f350
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-start-event/\" target=\"_blank\">documentation</a> for details",
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
"group": "messagePollingProperties",
"type": "String",
"optional":false,
Expand All @@ -140,7 +140,7 @@
},
{
"label": "Attribute names",
"description": "Queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-start-event/\" target=\"_blank\">documentation</a> for details",
"description": "Queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
"group": "input",
"type": "String",
"optional": true,
Expand All @@ -152,7 +152,7 @@
},
{
"label": "Message attribute names",
"description": "Message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-start-event/\" target=\"_blank\">documentation</a> for details",
"description": "Message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
"group": "input",
"type": "String",
"optional": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down Expand Up @@ -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 <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-start-event/\" target=\"_blank\">documentation</a> for details",
"description": "The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
"group": "messagePollingProperties",
"type": "String",
"optional":false,
Expand All @@ -128,7 +128,7 @@
},
{
"label": "Attribute names",
"description": "Queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-start-event/\" target=\"_blank\">documentation</a> for details",
"description": "Queue attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
"group": "input",
"type": "String",
"optional": true,
Expand All @@ -140,7 +140,7 @@
},
{
"label": "Message attribute names",
"description": "Message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-start-event/\" target=\"_blank\">documentation</a> for details",
"description": "Message attribute names. See <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-sqs-inbound/\" target=\"_blank\">documentation</a> for details",
"group": "input",
"type": "String",
"optional": true,
Expand Down

0 comments on commit df3f350

Please sign in to comment.