Skip to content

Commit 3747829

Browse files
afgambinclaude
andcommitted
fix(connectors): point template links at real anchors, alias legacy ones
Per review feedback, update the two flagged element template links to the anchors that exist on the target pages: - amazon-textract/#execution-types -> #input-parameters - microsoft-o365-mail-inbound/#configuration -> #mailbox-configuration Already-distributed element templates still use the old fragments and cannot be changed, so add invisible anchor aliases on both target pages. Fragments are never sent to the server, so .htaccess cannot redirect these -- both the old and new URLs resolve to the same path and differ only after the '#'. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 4a22e4e commit 3747829

5 files changed

Lines changed: 18 additions & 2 deletions

File tree

connectors-element-template-links.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/ama
7777
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/
7878
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=inbound
7979
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-sqs/?amazonsqs=outbound
80-
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-textract/#execution-types
80+
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-textract/#input-parameters
8181
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-textract/#operations
8282
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/asana
8383
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/automation-anywhere
@@ -125,8 +125,8 @@ https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kaf
125125
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound
126126
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail
127127
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound
128-
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#configuration
129128
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#configure-the-microsoft-365-outlook-connector
129+
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound/#mailbox-configuration
130130
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams
131131
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#expand-response
132132
https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#members-property

docs/components/connectors/out-of-the-box-connectors/amazon-textract.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Configure the AWS region for this connector.
7272

7373
Analyze documents using Textract. Different input parameters are available depending on the **Execution type** you select.
7474

75+
<!-- Legacy anchor: already-distributed element templates link to #execution-types. Do not remove. -->
76+
77+
<a id="execution-types"></a>
78+
7579
#### Input parameters
7680

7781
| Property | Type | Required | Description | Example |

docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Choose an authentication type in the **Authentication** section of the connector
100100

101101
To make your **Microsoft 365 Email Inbound connector** executable, fill in the required properties.
102102

103+
<!-- Legacy anchor: already-distributed element templates link to #configuration. Do not remove. -->
104+
105+
<a id="configuration"></a>
106+
103107
### Mailbox configuration
104108

105109
In the **Mailbox** section, configure which mailbox and folder to monitor:

versioned_docs/version-8.9/components/connectors/out-of-the-box-connectors/amazon-textract.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Configure the AWS region for this connector.
7272

7373
Analyze documents using Textract. Different input parameters are available depending on the **Execution type** you select.
7474

75+
<!-- Legacy anchor: already-distributed element templates link to #execution-types. Do not remove. -->
76+
77+
<a id="execution-types"></a>
78+
7579
#### Input parameters
7680

7781
| Property | Type | Required | Description | Example |

versioned_docs/version-8.9/components/connectors/out-of-the-box-connectors/microsoft-o365-mail-inbound.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Choose an authentication type in the **Authentication** section of the connector
100100

101101
To make your **Microsoft 365 Email Inbound connector** executable, fill in the required properties.
102102

103+
<!-- Legacy anchor: already-distributed element templates link to #configuration. Do not remove. -->
104+
105+
<a id="configuration"></a>
106+
103107
### Mailbox configuration
104108

105109
In the **Mailbox** section, configure which mailbox and folder to monitor:

0 commit comments

Comments
 (0)