Skip to content

Commit 62663fb

Browse files
committed
minor #14742 Remove "master" References (rodnaph)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- Remove "master" References Remove references to the master branch, same as #14479. Commits ------- f0344be remove mention of master branch, no longer exists
2 parents daa3137 + f0344be commit 62663fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/documentation/overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ branch of the ``upstream`` remote, which is the original Symfony Docs repository
121121
Fixes should always be based on the **oldest maintained branch** which contains
122122
the error. Nowadays this is the ``4.4`` branch. If you are instead documenting a
123123
new feature, switch to the first Symfony version that included it, e.g.
124-
``upstream/3.1``. Not sure? That's OK! Just use the ``upstream/master`` branch.
124+
``upstream/3.1``.
125125

126126
**Step 5.** Now make your changes in the documentation. Add, tweak, reword and
127127
even remove any content and do your best to comply with the
@@ -295,12 +295,12 @@ Please be patient. It can take up to several days before your pull request can
295295
be fully reviewed. After merging the changes, it could take again several hours
296296
before your changes appear on the Symfony website.
297297

298-
Why Should I Use the Oldest Maintained Branch Instead of the Master Branch?
298+
Why Should I Use the Oldest Maintained Branch Instead of the Latest Branch?
299299
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
300300

301301
Consistent with Symfony's source code, the documentation repository is split
302302
into multiple branches, corresponding to the different versions of Symfony itself.
303-
The ``master`` branch holds the documentation for the development branch of
303+
The latest (e.g. ``5.x``) branch holds the documentation for the development branch of
304304
the code.
305305

306306
Unless you're documenting a feature that was introduced after Symfony 4.4,

0 commit comments

Comments
 (0)