Skip to content

Commit f0344be

Browse files
rodnaphjaviereguiluz
authored andcommitted
remove mention of master branch, no longer exists
1 parent daa3137 commit f0344be

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)