1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: Demo for old variants (#4455)

This commit is contained in:
Mateusz Kwasniewski 2023-08-09 13:11:07 +02:00 committed by GitHub
parent c549280e31
commit 11c48171bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,18 +429,19 @@ export const TOPICS: ITutorialTopic[] = [
<>
<Description>
<a
href="https://docs.getunleash.io/reference/strategy-variants"
href="https://docs.getunleash.io/reference/feature-toggle-variants"
target="_blank"
rel="noreferrer"
>
Strategy variants
Feature toggle variants
</a>{' '}
allow you to define different values for a matching
strategy. They can be used for A/B testing or
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 strategy.
Let's try adding a variant to a feature toggle,
along with an override so our user can see it.
</Description>
</>
),