Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-18 19:55:50 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-18 19:57:01 +0300
commit4925bb1ec3186f1884fe5dabe0f23fb0b3613e4b (patch)
tree813b9a408cd57f2992ebc7d4fbffe9d9fd283816 /release
parentec305ea91fd57302e44297c1d9bc9a9771ee6376 (diff)
Links: update development fund link to new URL.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/wm.py4
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py2
2 files changed, 3 insertions, 3 deletions
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/"