diff --git a/frontend/src/openapi/models/playgroundConstraintSchema.ts b/frontend/src/openapi/models/playgroundConstraintSchema.ts index 2236157d1c19..feb11be6eea7 100644 --- a/frontend/src/openapi/models/playgroundConstraintSchema.ts +++ b/frontend/src/openapi/models/playgroundConstraintSchema.ts @@ -15,7 +15,7 @@ export interface PlaygroundConstraintSchema { contextName: string; /** Whether the result should be negated or not. If `true`, will turn a `true` result into a `false` result and vice versa. */ inverted?: boolean; - /** The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/strategy-constraints). */ + /** The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operators). */ operator: PlaygroundConstraintSchemaOperator; /** Whether this was evaluated as true or false. */ result: boolean; diff --git a/frontend/src/openapi/models/releasePlanMilestoneStrategySchema.ts b/frontend/src/openapi/models/releasePlanMilestoneStrategySchema.ts index 5e7af8cd5156..f9dbf1bca484 100644 --- a/frontend/src/openapi/models/releasePlanMilestoneStrategySchema.ts +++ b/frontend/src/openapi/models/releasePlanMilestoneStrategySchema.ts @@ -11,7 +11,7 @@ import type { CreateStrategyVariantSchema } from './createStrategyVariantSchema' * Schema representing the creation of a release plan milestone strategy. */ export interface ReleasePlanMilestoneStrategySchema { - /** A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operators */ + /** A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints */ constraints?: ConstraintSchema[]; /** * The milestone strategy's ID. Milestone strategy IDs are ulids.