From 58afbb2ee8f9a0e08365db5e840bbb8d9f39c3ab Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 16 Nov 2013 03:26:04 +0100 Subject: [PATCH] Help menu: report a bug now links to the new tracker at developer.blender.org. There will be a redirect from the projects.blender.org website as well, but might as well update the link here. --- release/scripts/startup/bl_ui/space_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/startup/bl_ui/space_info.py b/release/scripts/startup/bl_ui/space_info.py index f7bca1404bf..544bba17a73 100644 --- a/release/scripts/startup/bl_ui/space_info.py +++ b/release/scripts/startup/bl_ui/space_info.py @@ -247,7 +247,7 @@ class INFO_MT_help(Menu): layout.operator("wm.url_open", text="Developer Community", icon='URL').url = "http://www.blender.org/community/get-involved" layout.operator("wm.url_open", text="User Community", icon='URL').url = "http://www.blender.org/community/user-community" layout.separator() - layout.operator("wm.url_open", text="Report a Bug", icon='URL').url = "http://projects.blender.org/tracker/?atid=498&group_id=9&func=browse" + layout.operator("wm.url_open", text="Report a Bug", icon='URL').url = "http://developer.blender.org/maniphest/task/create/?project=2&type=Bug" layout.separator() layout.operator("wm.url_open", text="Python API Reference", icon='URL').url = bpy.types.WM_OT_doc_view._prefix