Skip to content

Commit ebd5f82

Browse files
committed
Fix broken links
1 parent 826ce33 commit ebd5f82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/universal-connector-source.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Invalid examples:
125125

126126
#### Request Headers
127127

128-
Include any HTTP request headers required by the vendor API. The key names are static text, but the values can access our [variables feature](#dynamic-values) to make them dynamic.
128+
Include any HTTP request headers required by the vendor API. The key names are static text, but the values can access our [variables feature](#dynamic-values-variables) to make them dynamic.
129129

130130
| Example Header Key | Example Header Value |
131131
| :----------------- | :--------------------------- |
@@ -135,7 +135,7 @@ Include any HTTP request headers required by the vendor API. The key names are s
135135

136136
#### Request Parameters
137137

138-
Include any URL query parameters required by the vendor API. The key names are static text, but the values can access our [variables feature](#dynamic-values) to make them dynamic.
138+
Include any URL query parameters required by the vendor API. The key names are static text, but the values can access our [variables feature](#dynamic-values-variables) to make them dynamic.
139139

140140
| Example Header Key | Example Header Value |
141141
| :----------------- | :--------------------------------------------- |
@@ -148,7 +148,7 @@ Examples URL encoded:
148148

149149
#### Request Body
150150

151-
This is optional and only used if the HTTP `POST` method is configured above. You can use this field to include any information in the HTTP request body. The data included in this field can access our [dynamic values](#dynamic-values).
151+
This is optional and only used if the HTTP `POST` method is configured above. You can use this field to include any information in the HTTP request body. The data included in this field can access our [dynamic values](#dynamic-values-variables).
152152

153153
</div>
154154
</details>
@@ -159,9 +159,9 @@ This is optional and only used if the HTTP `POST` method is configured above. Yo
159159

160160
#### Time Window
161161

162-
The source will provide both a start and end timestamp for you to [dynamically](#dynamic-values) use in your HTTP request. The window will only move forward if no errors are raised when collecting logs from the vendor API for the current window.
162+
The source will provide both a start and end timestamp for you to [dynamically](#dynamic-values-variables) use in your HTTP request. The window will only move forward if no errors are raised when collecting logs from the vendor API for the current window.
163163

164-
Use the [dynamic values](#dynamic-values) to include the window start and end timestamps within your HTTP request.
164+
Use the [dynamic values](#dynamic-values-variables) to include the window start and end timestamps within your HTTP request.
165165

166166
The start time is inclusive and the end time is exclusive as that is the behavior of most APIs.
167167

0 commit comments

Comments
 (0)