mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: strategy variants in demo link to new variants (#4477)
This commit is contained in:
parent
0e4485d0fc
commit
a68942d90f
@ -429,19 +429,18 @@ export const TOPICS: ITutorialTopic[] = [
|
|||||||
<>
|
<>
|
||||||
<Description>
|
<Description>
|
||||||
<a
|
<a
|
||||||
href="https://docs.getunleash.io/reference/feature-toggle-variants"
|
href="https://docs.getunleash.io/reference/strategy-variants"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
Feature toggle variants
|
Strategy variants
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
allow you to define different values for a feature
|
allow you to define different values for a feature
|
||||||
toggle. They can be used for A/B testing or
|
toggle. They can be used for A/B testing or
|
||||||
segmenting your users.
|
segmenting your users.
|
||||||
</Description>
|
</Description>
|
||||||
<Description sx={{ mt: 1 }}>
|
<Description sx={{ mt: 1 }}>
|
||||||
Let's try adding a variant to a feature toggle,
|
Let's try adding a variant to a strategy.
|
||||||
along with an override so our user can see it.
|
|
||||||
</Description>
|
</Description>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user