1
0
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:
Thomas Heartman 2023-04-17 14:10:31 +02:00 committed by GitHub
parent 51c3f4733b
commit 0a9df052a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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).
:::