diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-12 14:46:15 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-12 14:46:15 +0100 |
commit | ee1194ffbbfa6e910f712c20c7578700d78aa497 (patch) | |
tree | 603c9554324c6e402b09ea67d0161ff2d5fe2682 | |
parent | 94cf65a73afd7a0a0c02d3ede72a81104b60a417 (diff) | |
parent | 3d15d61955667f2d47cc5988d34a2a7264451e4d (diff) | |
download | redot-engine-ee1194ffbbfa6e910f712c20c7578700d78aa497.tar.gz |
Merge pull request #71237 from GDYendell/readme-compiling-from-source-link
Fix link to docs for building from source
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Official binaries for the Godot editor and the export templates can be found ### Compiling from source -[See the official docs](https://docs.godotengine.org/en/latest/development/compiling/) +[See the official docs](https://docs.godotengine.org/en/latest/contributing/development/compiling) for compilation instructions for every supported platform. ## Community and contributing |