@@ -146,7 +146,7 @@ Pull Request Merging Policy
146146
147147A pull request **can be merged ** if:
148148
149- * It is a minor change [ 1 ]_ ;
149+ * It is a :ref: ` minor change < core-team_minor-changes >` ;
150150
151151* Enough time was given for peer reviews;
152152
@@ -162,7 +162,8 @@ Pull Request Merging Process
162162~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163163
164164All code must be committed to the repository through pull requests, except for
165- minor changes [1 ]_ which can be committed directly to the repository.
165+ :ref: `minor change <core-team_minor-changes >` which can be committed directly
166+ to the repository.
166167
167168**Mergers ** must always use the command-line ``gh `` tool provided by the
168169**Project Leader ** to merge the pull requests.
@@ -178,8 +179,12 @@ Symfony Core Rules and Protocol Amendments
178179The rules described in this document may be amended at any time at the
179180discretion of the **Project Leader **.
180181
181- .. [1 ] Minor changes comprise typos, DocBlock fixes, code standards
182- violations, and minor CSS, JavaScript and HTML modifications.
182+ .. _core-team_minor-changes :
183+
184+ .. note ::
185+
186+ Minor changes comprise typos, DocBlock fixes, code standards
187+ violations, and minor CSS, JavaScript and HTML modifications.
183188
184189.. _`symfony-docs repository` : https://github.com/symfony/symfony-docs
185190.. _`fabpot` : https://github.com/fabpot/
0 commit comments