mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-07 01:16:28 +02:00
docs: fix broken links (#3533)
Fixes broken links that were mistakenly committed to main.
This commit is contained in:
parent
51c3f4733b
commit
0a9df052a6
@ -52,7 +52,7 @@ You **can** [configure segment limits](deploy/configuring-unleash.md#segments) w
|
||||
|
||||
Segments are just constraints, so any limitations that apply to constraints also apply to segments.
|
||||
|
||||
This means that if you want to add a hundred different user IDs to one of your constraints, you are most likely better off thinking about finding another way to solve this problem. That may be using a different abstraction or finding another pattern that you can use instead. Refer to the section on [constraint limitations](../reference/strategy-constraints.md#limitations) for a more thorough explanation or to [the topic guide on using Unleash with large constraints](../topics/large-and-complex-constraints.mdx) for a more thorough .
|
||||
This means that if you want to add a hundred different user IDs to one of your constraints, you are most likely better off thinking about finding another way to solve this problem. That may be using a different abstraction or finding another pattern that you can use instead. Refer to the section on [constraint limitations](../reference/strategy-constraints.md#limitations) for a more thorough explanation or to [the topic guide on using Unleash with large constraints](../topics/managing-constraints.mdx) for a more thorough .
|
||||
|
||||
## Creating, updating, and deleting segments
|
||||
|
||||
|
@ -184,7 +184,7 @@ This value can still be negated as explained in [the section on negating values]
|
||||
|
||||
:::tip
|
||||
|
||||
Explored the content in this subsection in more depth in [the topic guide on using Unleash with large constraints](../topics/large-and-complex-constraints.mdx).
|
||||
Explored the content in this subsection in more depth in [the topic guide on using Unleash with large constraints](../topics/managing-constraints.mdx).
|
||||
|
||||
:::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user