Skip to content

Commit 6643dd0

Browse files
Fix broken link to Braze Destination Plugin (#4848)
1 parent 4313aec commit 6643dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/braze-middleware-react-native.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ strat: react-native
77

88
Braze’s middleware plugin code is open source and available on GitHub. You can view it [here](https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-braze-middleware){:target="_blank"}.
99

10-
The Braze middleware plugin is a `BeforePlugin` used to debounce `identify` events for [Braze](https://www.braze.com). This Plugin should be used with a [Cloud Mode](https://segment.com/docs/connections/destinations/#connection-modes) connection to Braze. To connect to Braze with a Device Mode connection use the [Braze Destination Plugin]((https://www.npmjs.com/package/@segment/analytics-react-native-plugin-braze))instead. It is not possible to use both plugins in one `Analytics React Native` instance.
10+
The Braze middleware plugin is a `BeforePlugin` used to debounce `identify` events for [Braze](https://www.braze.com). This Plugin should be used with a [Cloud Mode](https://segment.com/docs/connections/destinations/#connection-modes) connection to Braze. To connect to Braze with a Device Mode connection use the [Braze Destination Plugin](https://www.npmjs.com/package/@segment/analytics-react-native-plugin-braze) instead. It is not possible to use both plugins in one `Analytics React Native` instance.
1111

1212
## Installation
1313

@@ -39,4 +39,4 @@ const segmentClient = createClient({
3939

4040
segmentClient.add({ plugin: new BrazeMiddlewarePlugin() });
4141
```
42-
Once enabled, this plugin will make it possible to use Braze with a Cloud Mode connection while limiting the number of `identify` calls from the client.
42+
Once enabled, this plugin will make it possible to use Braze with a Cloud Mode connection while limiting the number of `identify` calls from the client.

0 commit comments

Comments
 (0)