Skip to content

Commit

Permalink
fix: broken link in New Segment modal (#3820)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Apr 22, 2024
1 parent 3883919 commit 97c5db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/modals/CreateSegment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ const CreateSegment: FC<CreateSegmentType> = ({
<div className='mt-3'>
<InfoMessage>
Learn more about rule and trait value type conversions{' '}
<a href='https://docs-git-improvement-segment-rule-value-typing-flagsmith.vercel.app/basic-features/managing-segments#rule-typing'>
<a href='https://docs.flagsmith.com/basic-features/managing-segments#rule-typing'>
here
</a>
.
Expand Down

0 comments on commit 97c5db7

Please sign in to comment.