diff --git a/website/docs/reference/release-management.mdx b/website/docs/reference/release-management.mdx index 55877b7668..d99af28eb5 100644 --- a/website/docs/reference/release-management.mdx +++ b/website/docs/reference/release-management.mdx @@ -25,7 +25,7 @@ title: Release management [Release templates](#release-template) help you standardize your approach to rolling out new features. By predefining a set of release milestones, you can ensure consistency across all your feature rollouts. -Instead of manually configuring the same [activation strategies](/activation-strategies#rollout-percentage) across different feature flags, you can define release templates once, and apply them to any feature flag to initiate a rollout. +Instead of manually configuring the same [activation strategies](/reference/activation-strategies) across different feature flags, you can define release templates once, and apply them to any feature flag to initiate a rollout. [Milestones](#milestone) rely on activation strategies to give you full flexibility when it comes to customizing your release templates. Each milestone executes sequentially, ensuring a structured release process.