diff --git a/src/content/integrations/rush.mdx b/src/content/integrations/rush.mdx index a77daa0794..5eb2ecb4fa 100644 --- a/src/content/integrations/rush.mdx +++ b/src/content/integrations/rush.mdx @@ -44,8 +44,8 @@ development lifecycle. #### Creating Partitions for Each Project To implement this, we define `partitions` for each sub-project using -[`partition_rules`](merge-queue/partitions/) in our Mergify configuration. Each -partition can then have its specific [`queue_rules`](/merge-queue/setup) +[`partition_rules`](/merge-queue/partitions/) in our Mergify configuration. +Each partition can then have its specific [`queue_rules`](/merge-queue/setup) defining the merge conditions based on each sub-project’s requirements. #### Example Configuration