From c077860d541a0d2d0c26c11e0d975839068566a5 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 24 Nov 2021 12:04:33 +0100 Subject: [PATCH] docs: Remove link to non-existing page about sdk capabilities. --- website/docs/advanced/stickiness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/stickiness.md b/website/docs/advanced/stickiness.md index fc057ea9a5..b2937d5912 100644 --- a/website/docs/advanced/stickiness.md +++ b/website/docs/advanced/stickiness.md @@ -26,7 +26,7 @@ Custom stickiness is available Unleash Enterprise v4 and later. When using [the gradual rollout strategy](../user_guide/activation-strategies.md#gradual-rollout) or [feature toggle variants](./feature-toggle-variants.md), you can use parameters other than the user id to calculate stickiness. More specifically, you can use any field, custom or otherwise, of the [Unleash Context](../user_guide/unleash-context.md) as long as you have enabled custom stickiness for these fields. :::note -This is a beta featue, so not all client SDKs support this feature yet. Consult the [SDK overview](./link-to-ivar's-overview) to check if your preferred client supports it or not. +This is a beta featue, so not all client SDKs support this feature yet. Check your SDK's documentation to learn more. ::: ### Enabling custom stickiness