diff options
author | ClarkeCode <clarke.john.robert@gmail.com> | 2023-05-21 01:40:45 +0200 |
---|---|---|
committer | ClarkeCode <clarke.john.robert@gmail.com> | 2023-05-21 01:40:45 +0200 |
commit | e1814d8d7a9f154ef20532357c56ffd0fdfd730f (patch) | |
tree | 009b5a9963349cbec98f3f7a4311692ce60e8fb4 | |
parent | 9e34280b55157fa1b0d7ad672ffa2f5f4449debd (diff) |
Update Godot link to latest stable release
-rw-r--r-- | docs/contribution-quickstart-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contribution-quickstart-guide.md b/docs/contribution-quickstart-guide.md index 48cd11a..e5f780d 100644 --- a/docs/contribution-quickstart-guide.md +++ b/docs/contribution-quickstart-guide.md @@ -33,7 +33,7 @@ ![](images/installation/scons-install.png) -## 4. [Godot](https://downloads.tuxfamily.org/godotengine/4.0/rc3/) +## 4. [Godot](https://github.com/godotengine/godot/releases/latest) - Download Godot 4. The current version for the project will be on the [main README](../README.md) page. ![](images/installation/godot-dl-page.png) |