diff --git a/src/datasets/providers/flagsmith.ts b/src/datasets/providers/flagsmith.ts index 5cca2bcf9..9c934bc97 100644 --- a/src/datasets/providers/flagsmith.ts +++ b/src/datasets/providers/flagsmith.ts @@ -5,6 +5,12 @@ export const Flagsmith: Provider = { name: 'Flagsmith', logo: FlagsmithSvg, technologies: [ + { + technology: '.NET', + vendorOfficial: true, + href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith', + category: ['Server'], + }, { technology: 'Go', vendorOfficial: true, @@ -30,9 +36,9 @@ export const Flagsmith: Provider = { category: ['Server'], }, { - technology: '.NET', + technology: 'PHP', vendorOfficial: true, - href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith', + href: 'https://github.com/open-feature/php-sdk-contrib/tree/main/providers/Flagsmith', category: ['Server'], }, {