[Bf-blender-cvs] [4925bb1ec31] blender2.8: Links: update development fund link to new URL.

Brecht Van Lommel noreply at git.blender.org
Thu Oct 18 18:57:15 CEST 2018


Commit: 4925bb1ec3186f1884fe5dabe0f23fb0b3613e4b
Author: Brecht Van Lommel
Date:   Thu Oct 18 18:55:50 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB4925bb1ec3186f1884fe5dabe0f23fb0b3613e4b

Links: update development fund link to new URL.

===================================================================

M	release/scripts/startup/bl_operators/wm.py
M	release/scripts/startup/bl_ui/space_topbar.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 260afd39b65..4e2cea5e4db 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -2665,11 +2665,11 @@ class WM_MT_splash(Menu):
             ).url = "https://www.blender.org/download/releases/%d-%d/" % bpy.app.version[:2]
             col2.operator(
                 "wm.url_open", text="Development Fund", icon='URL'
-            ).url = "https://www.blender.org/foundation/development-fund/"
+            ).url = "https://fund.blender.org"
         else:
             col2.operator(
                 "wm.url_open", text="Development Fund", icon='URL'
-            ).url = "https://www.blender.org/foundation/development-fund/"
+            ).url = "https://fund.blender.org"
             col2.operator(
                 "wm.url_open", text="Donate", icon='URL'
             ).url = "https://www.blender.org/foundation/donation-payment/"
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 3aeb3330afb..a2cf3def077 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -765,7 +765,7 @@ class TOPBAR_MT_help(Menu):
         ).url = "https://store.blender.org"
         layout.operator(
             "wm.url_open", text="Development Fund", icon='URL'
-        ).url = "https://www.blender.org/foundation/development-fund/"
+        ).url = "https://fund.blender.org"
         layout.operator(
             "wm.url_open", text="Donate", icon='URL',
         ).url = "https://www.blender.org/foundation/donation-payment/"



More information about the Bf-blender-cvs mailing list