From 1ea7e4e642418dc0973001491aa4459db01790e8 Mon Sep 17 00:00:00 2001 From: decryptedchaos Date: Mon, 28 Oct 2024 23:28:02 -0500 Subject: [PATCH] Fix Godot Reference for update URL --- editor/engine_update_label.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/engine_update_label.cpp b/editor/engine_update_label.cpp index 08c2732c492..ae9c1cce39b 100644 --- a/editor/engine_update_label.cpp +++ b/editor/engine_update_label.cpp @@ -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: {