瀏覽代碼

Update donation link to `fund.godotengine.org`

This points to the Development Fund page directly.
Hugo Locurcio 5 月之前
父節點
當前提交
3ac7da9645
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      DONORS.md
  2. 1 1
      editor/editor_node.cpp
  3. 1 1
      misc/dist/linux/org.godotengine.Godot.appdata.xml

+ 1 - 1
DONORS.md

@@ -5,7 +5,7 @@ contributors, as well as occasional paid contributors thanks to the financial
 support of generous donors.
 support of generous donors.
 
 
 The ways to donate to the project, as well as details on how the funds are
 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
 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.
 generous deed immortalized in the next stable release of Godot Engine.

+ 1 - 1
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);
 			about->popup_centered(Size2(780, 500) * EDSCALE);
 		} break;
 		} break;
 		case HELP_SUPPORT_GODOT_DEVELOPMENT: {
 		case HELP_SUPPORT_GODOT_DEVELOPMENT: {
-			OS::get_singleton()->shell_open("https://godotengine.org/donate");
+			OS::get_singleton()->shell_open("https://fund.godotengine.org");
 		} break;
 		} break;
 	}
 	}
 }
 }

+ 1 - 1
misc/dist/linux/org.godotengine.Godot.appdata.xml

@@ -29,7 +29,7 @@
   <url type="bugtracker">https://github.com/godotengine/godot/issues</url>
   <url type="bugtracker">https://github.com/godotengine/godot/issues</url>
   <url type="faq">https://docs.godotengine.org/en/latest/about/faq.html</url>
   <url type="faq">https://docs.godotengine.org/en/latest/about/faq.html</url>
   <url type="help">https://docs.godotengine.org</url>
   <url type="help">https://docs.godotengine.org</url>
-  <url type="donation">https://godotengine.org/donate</url>
+  <url type="donation">https://fund.godotengine.org</url>
   <url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url>
   <url type="translate">https://hosted.weblate.org/projects/godot-engine/godot</url>
   <developer_name>The Godot Engine Community</developer_name>
   <developer_name>The Godot Engine Community</developer_name>
   <update_contact>akien_at_godotengine_dot_org</update_contact>
   <update_contact>akien_at_godotengine_dot_org</update_contact>