Skip to content

Commit 5ebd388

Browse files
fix: use GitHub repo URLs for Split Swift and Android providers
Signed-off-by: Jonathan Norris <[email protected]>
1 parent 0f21fa5 commit 5ebd388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/datasets/providers/split.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ export const Split: Provider = {
4444
{
4545
technology: 'Swift',
4646
vendorOfficial: true,
47-
href: 'https://swiftpackageindex.com/splitio/split-openfeature-provider-swift',
47+
href: 'https://github.com/splitio/split-openfeature-provider-swift',
4848
category: ['Client'],
4949
},
5050
{
5151
technology: 'Kotlin',
5252
vendorOfficial: true,
53-
href: 'https://central.sonatype.com/artifact/io.split.openfeature/split-openfeature-android',
53+
href: 'https://github.com/splitio/split-openfeature-provider-android',
5454
category: ['Client'],
5555
},
5656
],

0 commit comments

Comments
 (0)