From 0a9df052a630a88fc558d89c4d8b306f5981451a Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 17 Apr 2023 14:10:31 +0200 Subject: [PATCH] docs: fix broken links (#3533) Fixes broken links that were mistakenly committed to main. --- website/docs/reference/segments.mdx | 2 +- website/docs/reference/strategy-constraints.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/reference/segments.mdx b/website/docs/reference/segments.mdx index 28356881fc..c158507b6e 100644 --- a/website/docs/reference/segments.mdx +++ b/website/docs/reference/segments.mdx @@ -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 diff --git a/website/docs/reference/strategy-constraints.md b/website/docs/reference/strategy-constraints.md index e24876045b..dac0a75b41 100644 --- a/website/docs/reference/strategy-constraints.md +++ b/website/docs/reference/strategy-constraints.md @@ -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). :::