From 37b716c4ba2fdd3c82269ad0736f02909a2debd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Mon, 18 Aug 2025 08:11:57 -0700 Subject: [PATCH] fix: wrong link (#10501) This repository is not inside Unleash org, so it was not renamed. Should stay as it was before. Fixes #10145 --- website/docs/reference/feature-toggle-variants.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/feature-toggle-variants.md b/website/docs/reference/feature-toggle-variants.md index e4555a183b..6b0dc44ac5 100644 --- a/website/docs/reference/feature-toggle-variants.md +++ b/website/docs/reference/feature-toggle-variants.md @@ -140,6 +140,6 @@ To make use of flag variants, you need to use a compatible client. Client SDK wi - [unleash-dotnet-sdk](https://github.com/Unleash/unleash-dotnet-sdk) (from v1.3.6) - [unleash-go-sdk](https://github.com/Unleash/unleash-go-sdk) (from v3 branch) - [unleash-php-sdk](https://github.com/Unleash/unleash-php-sdk) (from v1.0.0) -- [unleash-cpp-sdk](https://github.com/aruizs/unleash-cpp-sdk) (from v1.3.0) +- [unleash-client-cpp](https://github.com/aruizs/unleash-client-cpp) (from v1.3.0) If you would like to give feedback on this feature, experience issues or have questions, please feel free to open an issue on [GitHub](https://github.com/Unleash/unleash/).