Skip to content

Commit 673d295

Browse files
committed
update outdated kotlin template info
1 parent a980ed2 commit 673d295

File tree

1 file changed

+5
-5
lines changed
  • src/connections/sources/catalog/libraries/mobile/kotlin-android

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,21 +446,21 @@ If Segment doesn't support your Kotlin destination, you can build your own with
446446

447447
To build your own Kotlin destination using a plugin template:
448448

449-
1. Go to the [Kotlin Destination Plugin Template](https://github.com/segmentio/kotlin-destination-templates){:target="_blank"}.
449+
1. Go to the [Kotlin Destination Plugin Template](https://github.com/segment-integrations/analytics-kotlin-destination-template){:target="_blank"}.
450450
2. Click **Use this template**.
451451
3. Enter a name for the repository.
452452
4. Click **Create repository from template**.
453-
5. Go to **destination > src > main > java/dmn/your/pkg/destination** in your repository.
454-
6. Click the **ExampleDestination.kt**.
453+
5. Go to **lib > src > main > java/dmn/your/pkg/destination** in your repository.
454+
6. Click the **MyDestination.kt**.
455455
7. Complete the `TODO` sections in the sample code with the appropriate information for your destination. Segment recommends you to change the package name before you finalize your build.
456456
8. Commit your changes.
457457

458458
You can unit test your destination to make sure it works. Segment recommends you to use the testing template as a starter and to build upon it to get test coverage of most scenarios.
459459

460460
To test your destination:
461461

462-
1. Go to **destination > src > test > java/dmn/your/pkg/destination**.
463-
2. Click **ExampleDestinationTests.kt**.
462+
1. Go to **lib > src > test > java/dmn/your/pkg/destination**.
463+
2. Click **MyDestinationTests.kt**.
464464
3. Complete the `TODO` sections in the sample code with the appropriate information for your destination.
465465
4. Commit your changes.
466466

0 commit comments

Comments
 (0)