Skip to content

Commit

Permalink
Merge pull request Redot-Engine#819 from decryptedchaos/4.3
Browse files Browse the repository at this point in the history
[4.3] Fix Godot Reference for update URL
  • Loading branch information
Spartan322 authored Oct 29, 2024
2 parents a5e575b + 1ea7e4e commit 92225b3
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 92225b3

Please sign in to comment.