Skip to content

Commit 3b0884d

Browse files
committed
minor edits
1 parent 7cbff81 commit 3b0884d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guides/integration-advertiser-dataprovider-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ All other steps (1, 3, 4, and 6) are the same as described in the v3 implementat
142142

143143
### Integration Diagram (v2)
144144

145-
The following diagram outlines the v2 integration flow. Note that the differences are in Step 2 (storing salt bucket IDs) and Step 5 (monitoring salt bucket rotations):
145+
The following diagram outlines the v2 integration flow. Note that the differences are in Step 2 (storing salt bucket IDs) and Step 5 (monitoring salt bucket rotations).
146146

147147
![Advertiser Flow](images/advertiser-flow-endpoints-mermaid.png)
148148

docs/guides/integration-advertiser-dataprovider-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ All other steps (1, 3, 4, and 6) are the same as described in the v3 implementat
158158

159159
### Integration Diagram (v2)
160160

161-
The following diagram outlines the v2 integration flow. Note that the main differences are in Step 2 (storing salt bucket IDs) and Step 5 (monitoring salt bucket rotations):
161+
The following diagram outlines the v2 integration flow. Note that the main differences are in Step 2 (storing salt bucket IDs) and Step 5 (monitoring salt bucket rotations).
162162

163163
![Advertiser Flow](images/advertiser-flow-overview-mermaid.png)
164164

docs/sdks/sdk-ref-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ import com.uid2.client.UnmappedIdentityReason;
447447

448448
### Recommended Changes
449449

450-
The following changes are **optional** but allow you to take advantage of new v3 features. The required changes above are sufficient for basic functionality, but these recommended changes enable improved capabilities.
450+
The following changes are **optional** but allow you to take advantage of new v3 features. The [required changes](#required-changes) are sufficient for basic functionality, but these recommended changes enable improved capabilities.
451451

452452
1. **Mix identity types in a single request** - Process both email addresses and phone numbers together:
453453
```java

0 commit comments

Comments
 (0)