diff --git a/src/content/docs/configuration/file-format.mdx b/src/content/docs/configuration/file-format.mdx index 7ac519626d..9a9783c30a 100644 --- a/src/content/docs/configuration/file-format.mdx +++ b/src/content/docs/configuration/file-format.mdx @@ -38,8 +38,8 @@ different aspect of Mergify: {/* FIXME: add link to a better page than writing your first rule? */} -- [`pull_request_rules`](#pull-request-rules) configures [Automation - Workflow](/workflow/); +- [`pull_request_rules`](#pull-request-rules) configures [Workflow + Automation](/workflow/); - [`merge_protections`](#merge-protections) and [`merge_protections_settings`](#merge-protections) configures [Merge @@ -117,7 +117,7 @@ The top-level key `queue_rules` allows to define the rules that reign over your ### Priority Rules -The top-level key `priority rules` allows to define the rules that will determine +The top-level key `priority_rules` allows to define the rules that will determine which [priority](/merge-queue/priority) a pull request has when entering your merge queue.