Skip to content

Commit 7ce7100

Browse files
committed
Small link adjustments
1 parent 5b91e90 commit 7ce7100

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This page is about the **Facebook Custom Audiences** destination developed speci
3838
- **Destination rate limit**: None
3939
- **Lookback window allowed**: Yes
4040
- **Identifiers required** : Email or Mobile Device ID (IDFA)
41-
- **Identifiers accepted** : Email and Mobile Device ID (IDFA). Other identifiers can be sent through [Additional Traits Matching](#public-preview-feature-additional-traits-matching).
41+
- **Identifiers accepted** : Email and Mobile Device ID (IDFA). Other identifiers can be sent through [Additional Traits Matching](#additional-traits-matching).
4242
- **Client or Server-Side Connection**: Server-side
4343
- **Minimum audience size required**: 100
4444

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To access insert functions through the Destinations tab:
4848

4949
Use this page to edit and manage insert functions in your workspace.
5050

51-
You can also use this page to [enable destination insert functions](#enable-the-insert-function) in your workspace.
51+
You can also use this page to [enable destination insert functions](#enable-the-destination-insert-function) in your workspace.
5252

5353
## Code the destination insert function
5454

src/connections/functions/source-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function onRequest(request, settings) {
4444
The `onRequest()` function receives two arguments:
4545

4646
- `request` - an object describing the incoming HTTPS request.
47-
- `settings` - set of [settings](#create-️settings-and-secrets) for this function.
47+
- `settings` - set of [settings](#create-settings-and-secrets) for this function.
4848

4949
### Request processing
5050

0 commit comments

Comments
 (0)