docs: Change a number of 'master' branch refers to 'main'

Now that we use 'main' for git development, update the docs to reflect
or point there instead of 'master'.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-05-28 09:41:38 -05:00 committed by Kumar Gala
commit 3c04f0c433
12 changed files with 24 additions and 24 deletions

View file

@ -23,7 +23,7 @@ submitting a change or an enhancement to any Zephyr component, a developer
should use GitHub. GitHub automatically assigns a responsible reviewer on a
component basis, as defined in the :zephyr_file:`CODEOWNERS` file stored with the code
tree in the Zephyr project repository. A limited set of release managers are
allowed to merge a pull request into the master branch once reviews are complete.
allowed to merge a pull request into the main branch once reviews are complete.
.. _review_time: