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>
|
||||
<a
|
||||
href="https://docs.getunleash.io/reference/feature-toggle-variants"
|
||||
href="https://docs.getunleash.io/reference/strategy-variants"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Feature toggle variants
|
||||
Strategy variants
|
||||
</a>{' '}
|
||||
allow you to define different values for a feature
|
||||
toggle. They can be used for A/B testing or
|
||||
segmenting your users.
|
||||
</Description>
|
||||
<Description sx={{ mt: 1 }}>
|
||||
Let's try adding a variant to a feature toggle,
|
||||
along with an override so our user can see it.
|
||||
Let's try adding a variant to a strategy.
|
||||
</Description>
|
||||
</>
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user