Links: update development fund link to new URL.

This commit is contained in:
Brecht Van Lommel 2018-10-18 18:55:50 +02:00
parent ec305ea91f
commit 4925bb1ec3
2 changed files with 3 additions and 3 deletions

View File

@ -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/"

View File

@ -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/"