Skip to content

Commit faf431b

Browse files
authored
update broken links (#111)
1 parent bc9f05d commit faf431b

File tree

1 file changed

+15
-12
lines changed
  • samples/kotlin-android-app-destinations

1 file changed

+15
-12
lines changed

samples/kotlin-android-app-destinations/README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,26 @@
22
This is a sample android app that uses the `analytics-kotlin` library and the new `Plugins` concepts. It is meant to be simplistic, and easy to understand all the while showcasing the power of the analytics-kotlin library
33

44
## Plugins
5-
- [Amplitude Session](src/main/java/com/segment/analytics/kotlin/destinations/plugins/AmplitudeSession.kt)
6-
Sample plugin to enable users to enrich data for the Amplitude Actions destination
5+
- [Amplitude Session](https://github.com/segment-integrations/analytics-kotlin-amplitude)
6+
Plugin to enable users to enrich data for the Amplitude Actions destination
77

8-
- [AppsFlyer](src/main/java/com/segment/analytics/kotlin/destinations/plugins/AppsflyerDestination.kt)
9-
Sample plugin to enable users to send data to the device-mode AppsFlyer destination
8+
- [Appcues](https://github.com/appcues/segment-appcues-android)
9+
Plugin to enable users to send data to the device-mode Appcues destination
1010

11-
- [Comscore](src/main/java/com/segment/analytics/kotlin/destinations/plugins/ComscoreDestination.kt)
12-
Sample plugin to enable users to send data to the device-mode Comscore destination
11+
- [AppsFlyer](https://github.com/segment-integrations/analytics-kotlin-appsflyer)
12+
Plugin to enable users to send data to the device-mode AppsFlyer destination
1313

14-
- [Firebase](src/main/java/com/segment/analytics/kotlin/destinations/plugins/FirebaseDestination.kt)
15-
Sample plugin to enable users to send data to the device-mode Firebase destination
14+
- [Comscore](https://github.com/segment-integrations/analytics-kotlin-comscore)
15+
Plugin to enable users to send data to the device-mode Comscore destination
1616

17-
- [Intercom](src/main/java/com/segment/analytics/kotlin/destinations/plugins/IntercomDestination.kt)
18-
Sample plugin to enable users to send data to the device-mode Intercom destination
17+
- [Firebase](https://github.com/segment-integrations/analytics-kotlin-firebase)
18+
Plugin to enable users to send data to the device-mode Firebase destination
1919

20-
- [Mixpanel](src/main/java/com/segment/analytics/kotlin/destinations/plugins/MixpanelDestination.kt)
21-
Sample plugin to enable users to send data to the device-mode Mixpanel destination
20+
- [Intercom](https://github.com/segment-integrations/analytics-kotlin-intercom)
21+
Plugin to enable users to send data to the device-mode Intercom destination
22+
23+
- [Mixpanel](https://github.com/segment-integrations/analytics-kotlin-mixpanel)
24+
Plugin to enable users to send data to the device-mode Mixpanel destination
2225

2326
- [Webhook Plugin](src/main/java/com/segment/analytics/kotlin/destinations/plugins/WebhookPlugin.kt)
2427
An after plugin that allows you to send the event from the analytics timeline to a webhook of your choice. Ideal for debugging payloads in an internal network.

0 commit comments

Comments
 (0)