Skip to content

Commit 8e2f5d0

Browse files
committed
Merge pull request godotengine#105283 from Calinou/update-fund-link
Update donation link to `fund.godotengine.org`
2 parents 448f159 + 3ac7da9 commit 8e2f5d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DONORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contributors, as well as occasional paid contributors thanks to the financial
55
support of generous donors.
66

77
The ways to donate to the project, as well as details on how the funds are
8-
used, are described on [Godot's website](https://godotengine.org/donate).
8+
used, are described on [Godot's website](https://fund.godotengine.org).
99

1010
The following is a list of the current monthly donors, who will have their
1111
generous deed immortalized in the next stable release of Godot Engine.

editor/editor_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3363,7 +3363,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
33633363
about->popup_centered(Size2(780, 500) * EDSCALE);
33643364
} break;
33653365
case HELP_SUPPORT_GODOT_DEVELOPMENT: {
3366-
OS::get_singleton()->shell_open("https://godotengine.org/donate");
3366+
OS::get_singleton()->shell_open("https://fund.godotengine.org");
33673367
} break;
33683368
}
33693369
}

misc/dist/linux/org.godotengine.Godot.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<url type="bugtracker">https://github.com/godotengine/godot/issues</url>
3030
<url type="faq">https://docs.godotengine.org/en/latest/about/faq.html</url>
3131
<url type="help">https://docs.godotengine.org</url>
32-
<url type="donation">https://godotengine.org/donate</url>
32+
<url type="donation">https://fund.godotengine.org</url>
3333
<url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url>
3434
<developer_name>The Godot Engine Community</developer_name>
3535
<update_contact>akien_at_godotengine_dot_org</update_contact>

0 commit comments

Comments
 (0)