diff --git a/src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md b/src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md
index 35ae63f562..f50dd0114c 100644
--- a/src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md
+++ b/src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md
@@ -329,6 +329,10 @@ val yourPlugin = SomePlugin()
analytics.add(yourPlugin)
```
+### Example projects using Analytics-Kotlin
+See how different platforms and languages use Analytics-Kotlin in different [example projects](https://github.com/segmentio/analytics-kotlin/tree/main/samples).
+The example projects contain sample [plugins](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins) and [destination plugins](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app-destinations/src/main/java/com/segment/analytics/destinations/plugins) you can utilize.
+
## Utility Methods
The Analytics-Kotlin utility methods help you work with plugins from the analytics timeline. They include:
- [Add](#add)
diff --git a/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md b/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md
index c604cb2873..5f5e5527af 100644
--- a/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md
+++ b/src/connections/sources/catalog/libraries/mobile/kotlin-android/migration.md
@@ -56,7 +56,7 @@ If you’re using a different library such as Analytics-Android, follow these st
Middlewares are a powerful mechanism that can augment the events collected by the SDK. A middleware is a function that the Segment SDK invokes and can be used to monitor, modify, augment or reject events.
-
As middlewares have the same function as [enrichment plugins](/docs/connections/sources/catalog/libraries/mobile/swift-ios/index#plugin-architecture), you need to write an enrichment plugin to add a middleware.
+
As middlewares have the same function as [enrichment plugins](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/index/#plugin-architecture), you need to write an enrichment plugin to add a middleware.
Before example:
```swift
diff --git a/src/connections/sources/catalog/libraries/server/kotlin/index.md b/src/connections/sources/catalog/libraries/server/kotlin/index.md
index 387b611486..ad4e63b1be 100644
--- a/src/connections/sources/catalog/libraries/server/kotlin/index.md
+++ b/src/connections/sources/catalog/libraries/server/kotlin/index.md
@@ -313,6 +313,10 @@ val yourPlugin = SomePlugin()
analytics.add(yourPlugin)
```
+### Example projects using Analytics-Kotlin
+See how different platforms and languages use Analytics-Kotlin in different [example projects](https://github.com/segmentio/analytics-kotlin/tree/main/samples).
+The example projects contain sample [plugins](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins) and [destination plugins](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app-destinations/src/main/java/com/segment/analytics/destinations/plugins) you can utilize.
+
## Utility Methods
The Analytics-Kotlin utility methods help you work with plugins from the analytics timeline. They include:
- [Add](#add)