From 3ac7da96456366319a328e2d98b9a05c6e7d598e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 11 Apr 2025 18:59:40 +0200 Subject: [PATCH] Update donation link to `fund.godotengine.org` This points to the Development Fund page directly. --- DONORS.md | 2 +- editor/editor_node.cpp | 2 +- misc/dist/linux/org.godotengine.Godot.appdata.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DONORS.md b/DONORS.md index b005965f54f..2ffce9f8719 100644 --- a/DONORS.md +++ b/DONORS.md @@ -5,7 +5,7 @@ contributors, as well as occasional paid contributors thanks to the financial support of generous donors. The ways to donate to the project, as well as details on how the funds are -used, are described on [Godot's website](https://godotengine.org/donate). +used, are described on [Godot's website](https://fund.godotengine.org). The following is a list of the current monthly donors, who will have their generous deed immortalized in the next stable release of Godot Engine. diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 4855d86106d..05af591d84b 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -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; } } diff --git a/misc/dist/linux/org.godotengine.Godot.appdata.xml b/misc/dist/linux/org.godotengine.Godot.appdata.xml index 8b27b6300d7..9c0cbfcc123 100644 --- a/misc/dist/linux/org.godotengine.Godot.appdata.xml +++ b/misc/dist/linux/org.godotengine.Godot.appdata.xml @@ -29,7 +29,7 @@ https://github.com/godotengine/godot/issues https://docs.godotengine.org/en/latest/about/faq.html https://docs.godotengine.org - https://godotengine.org/donate + https://fund.godotengine.org https://hosted.weblate.org/projects/godot-engine/godot The Godot Engine Community akien_at_godotengine_dot_org