1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-17 01:17:29 +02:00

Fix broken links

This commit is contained in:
melindafekete 2025-03-17 16:39:52 +01:00
parent add07b99e2
commit db58b010ec
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ For example, you might define 3 milestones for a release:
A predefined sequence of [milestones](#milestone) that structures a feature release.
#### Milestone
Sequential stages within a [release template](#release-template). Each milestone must contain at least one [activation strategy](/activation-strategies#rollout-percentage), which determines when a feature flag is enabled.
Sequential stages within a [release template](#release-template). Each milestone must contain at least one [activation strategy](/reference/activation-strategies), which determines when a feature flag is enabled.
You can combine multiple activation strategies in a single milestone. Unleash evaluates each strategy independently, enabling the flag if any strategy resolves to true.
#### Release plan