Skip to content

Commit

Permalink
Fix Godot Reference for update URL
Browse files Browse the repository at this point in the history
(cherry picked from commit 1ea7e4e)
  • Loading branch information
decryptedchaos authored and Spartan322 committed Oct 30, 2024
1 parent fe1a39b commit 961e416
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 961e416

Please sign in to comment.