mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
Fix more broken links.
This commit is contained in:
@@ -58,7 +58,7 @@ Technical contributions
|
||||
The engine development is mainly coordinated on our `Contributor RocketChat <https://chat.godotengine.org/>`_,
|
||||
so if you are serious about making PRs you should join us there!
|
||||
|
||||
Read more about the **technical submission process**: :ref:`doc_first_steps`
|
||||
Read more about the **technical submission process**: :ref:`doc_intro_to_engine_contributions`
|
||||
|
||||
For each subject area of the engine, there is a corresponding team to coordinate the work.
|
||||
Join the linked chat to get more eyes on your related PR, learn about open todos, or partake in meetings.
|
||||
|
||||
@@ -47,7 +47,8 @@ If you have a GitHub account
|
||||
This means you may have to bypass a security warning before you can run the executable.
|
||||
On Windows, if you frequently test pull request builds, it may be better to disable
|
||||
Windows SmartScreen permanently in the Windows security settings.
|
||||
On macOS, see :ref:`doc_running_on_macos` for instructions on bypassing Gatekeeper.
|
||||
On macOS, see `Running on macOS <https://docs.godotengine.org/en/stable/tutorials/export/running_on_macos.html>`__
|
||||
for instructions on bypassing Gatekeeper.
|
||||
|
||||
If you don't have a GitHub account
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@@ -102,7 +103,7 @@ Downloading a zipped pull request branch
|
||||
|
||||
.. image:: img/testing_pull_requests_fork_zip.png
|
||||
|
||||
- Extract the ZIP archive and follow the :ref:`compiling <toc-devel-compiling>` instructions
|
||||
- Extract the ZIP archive and follow the `compiling instructions <https://docs.godotengine.org/en/latest/engine_details/development/compiling/index.html>`
|
||||
for your operating system.
|
||||
|
||||
Checking out a pull request branch with git
|
||||
@@ -134,4 +135,4 @@ So for the pull request above, the actual command will be:
|
||||
|
||||
git checkout editor_file_dialog_filter_sort
|
||||
|
||||
- And follow the :ref:`compiling <toc-devel-compiling>` instructions for your operating system.
|
||||
- And follow the `compiling instructions <https://docs.godotengine.org/en/latest/engine_details/development/compiling/index.html>` for your operating system.
|
||||
|
||||
Reference in New Issue
Block a user