@@ -121,7 +121,7 @@ branch of the ``upstream`` remote, which is the original Symfony Docs repository
121121Fixes should always be based on the **oldest maintained branch ** which contains
122122the error. Nowadays this is the ``4.4 `` branch. If you are instead documenting a
123123new 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
127127even 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
295295be fully reviewed. After merging the changes, it could take again several hours
296296before 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
301301Consistent with Symfony's source code, the documentation repository is split
302302into 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
304304the code.
305305
306306Unless you're documenting a feature that was introduced after Symfony 4.4,
0 commit comments