Skip to content

Commit 9d781c2

Browse files
authored
Merge pull request #8044 from segmentio/7588-bug-link-to-android-advertisingid-plugin-not-working
Fix broken Android AdvertisingId plugin URL
2 parents 9cfde31 + 0b50e95 commit 9d781c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/_data/catalog/kotlin_resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ items:
1616
categories:
1717
- app
1818
- name: Android AdvertisingId Plugin
19-
url: https://github.com/segmentio/analytics-kotlin/blob/main/samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins/AndroidAdvertisingIdPlugin.kt
19+
url: https://github.com/segmentio/analytics-kotlin/blob/1ef79eaf035549d08f91bac4e0a1de8ca6793e7b/samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins/AndroidAdvertisingIdPlugin.kt
2020
categories:
2121
- plugin
2222
- name: Screen Recording Plugin

src/connections/sources/catalog/libraries/mobile/apple/swift-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ strat: swift
44
---
55

66
## Samples
7-
The code samples below demonstrate the implementation of common use cases of the Analytics Swift library across different platforms.
7+
The following code samples show how to implement common use cases of the Analytics Swift library across different platforms.
88

99
### Sample applications
1010
{% assign resources = site.data.catalog.swift_resources.items | where: "categories", "app" %}

src/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ strat: swift
44
---
55

66
## Samples
7-
The code samples below demonstrate the implementation of common use cases of the Analytics Kotlin library across different platforms.
7+
The following code samples show how to implement common use cases of the Analytics Kotlin library across different platforms.
88

99
### Sample applications
1010
{% assign resources = site.data.catalog.kotlin_resources.items | where: "categories", "app" %}
@@ -18,4 +18,4 @@ The code samples below demonstrate the implementation of common use cases of the
1818
{: .columns}
1919
{% for resource in resources %}
2020
- [{{resource.name}}]({{resource.url}}){:target="_blank"}
21-
{%endfor%}
21+
{%endfor%}

0 commit comments

Comments
 (0)