Skip to content

Commit 92225b3

Browse files
authored
Merge pull request #819 from decryptedchaos/4.3
[4.3] Fix Godot Reference for update URL
2 parents a5e575b + 1ea7e4e commit 92225b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/engine_update_label.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ void EngineUpdateLabel::pressed() {
297297
} break;
298298

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

303303
default: {

0 commit comments

Comments
 (0)