We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5e575b + 1ea7e4e commit 92225b3Copy full SHA for 92225b3
editor/engine_update_label.cpp
@@ -297,7 +297,7 @@ void EngineUpdateLabel::pressed() {
297
} break;
298
299
case UpdateStatus::UPDATE_AVAILABLE: {
300
- 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);
301
302
303
default: {
0 commit comments