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