mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Update donation link to fund.godotengine.org
This points to the Development Fund page directly.
This commit is contained in:
parent
7b9c5122fa
commit
3ac7da9645
3 changed files with 3 additions and 3 deletions
|
|
@ -3363,7 +3363,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
|||
about->popup_centered(Size2(780, 500) * EDSCALE);
|
||||
} break;
|
||||
case HELP_SUPPORT_GODOT_DEVELOPMENT: {
|
||||
OS::get_singleton()->shell_open("https://godotengine.org/donate");
|
||||
OS::get_singleton()->shell_open("https://fund.godotengine.org");
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue