Skip to content

Commit

Permalink
fix: Demo for old variants (#4455)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Aug 9, 2023
1 parent c549280 commit 11c4817
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions frontend/src/component/demo/demo-topics.tsx
Expand Up @@ -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>
</>
),
Expand Down

0 comments on commit 11c4817

Please sign in to comment.