Skip to content

Commit

Permalink
Fix Godot Reference for update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
decryptedchaos committed Oct 29, 2024
1 parent a5e575b commit 1ea7e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/engine_update_label.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void EngineUpdateLabel::pressed() {
} break;

case UpdateStatus::UPDATE_AVAILABLE: {
OS::get_singleton()->shell_open("https://godotengine.org/download/archive/" + available_newer_version);
OS::get_singleton()->shell_open("https://redotengine.org/download/archive/" + available_newer_version);
} break;

default: {
Expand Down

0 comments on commit 1ea7e4e

Please sign in to comment.