Misc fixes to recent merges

This commit is contained in:
Rémi Verschelde
2020-04-27 09:58:08 +02:00
parent c239b45dbd
commit e4237e2948
7 changed files with 53 additions and 44 deletions

View File

@@ -15,8 +15,8 @@ The source code is available on `GitHub <https://github.com/godotengine/godot>`_
and while you can manually download it via the website, in general you want to
do it via the ``git`` version control system.
If you are compiling in order to make contributions or pull requests, you should
follow the instructions for the :ref:`pull request workflow <doc_pr_workflow>`.
If you are compiling in order to make contributions or pull requests, you should
follow the instructions from the :ref:`Pull Request workflow <doc_pr_workflow>`.
If you don't know much about ``git`` yet, there are a great number of
`tutorials <https://git-scm.com/book>`__ available on various websites.