Skip to content

Commit 55a9807

Browse files
fix links
1 parent a4f0c99 commit 55a9807

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/sentinel/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,9 +1243,9 @@
12431243
- name: Upload indicator API reference
12441244
href: upload-indicators-api.md
12451245
- name: Data connector definitions API reference
1246-
href: connectorUIConfig-supplemental-reference.md
1246+
href: data-connector-ui-definitions-reference.md
12471247
- name: Data connectors API reference
1248-
href: restapipoller-data-connector-reference.md
1248+
href: data-connector-connection-rules-reference.md
12491249
- name: Defender for Cloud Apps alerts not onboarded to Microsoft 365 Defender
12501250
href: ./microsoft-365-defender-sentinel-integration.md#microsoft-defender-xdr-incidents-and-microsoft-incident-creation-rules
12511251
- name: Automation and response references

articles/sentinel/data-connector-connection-rules-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ In order to create the deployment template which also uses parameters, you need
9898
- For more information, see [Template expressions escape characters](../azure-resource-manager/templates/template-expressions.md#escape-characters).
9999

100100
To enable the credentials to be entered from the UI, the `connectorUIConfig` section requires `instructions` with the desired parameters.
101-
- For more information, see [Data connector definitions reference for the Codeless Connector Platform](connectorUIConfig-supplemental-reference.md#instructions).
101+
- For more information, see [Data connector definitions reference for the Codeless Connector Platform](data-connector-ui-definitions-reference.md#instructions).
102102

103103
#### Basic auth
104104

articles/sentinel/data-connector-ui-definitions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Displays a group of instructions, with various parameters and the ability to nes
199199

200200
#### OAuthForm
201201

202-
This component requires that the `OAuth2` type is present in the [`auth` property of the data connector template](restapipoller-data-connector-reference.md#authentication-configuration).
202+
This component requires that the `OAuth2` type is present in the [`auth` property of the data connector template](data-connector-connection-rules-reference.md#authentication-configuration).
203203

204204
```json
205205
"instructions": [
@@ -216,7 +216,7 @@ This component requires that the `OAuth2` type is present in the [`auth` propert
216216
```
217217
#### Textbox
218218

219-
Here are some examples of the `Textbox` type. These examples correspond to the parameters used in the example `auth` section in [Data connectors reference for the Codeless Connector Platform](restapipoller-data-connector-reference.md#authentication-configuration). For each of the 4 types, each has `label`, `placeholder`, and `name`.
219+
Here are some examples of the `Textbox` type. These examples correspond to the parameters used in the example `auth` section in [Data connectors reference for the Codeless Connector Platform](data-connector-connection-rules-reference.md#authentication-configuration). For each of the 4 types, each has `label`, `placeholder`, and `name`.
220220

221221
```json
222222
"instructions": [

0 commit comments

Comments
 (0)