Skip to content

Commit 1ea7e4e

Browse files
Fix Godot Reference for update URL
1 parent a5e575b commit 1ea7e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/engine_update_label.cpp

Lines changed: 1 addition & 1 deletion
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)