[Bf-blender-cvs] [58afbb2] master: Help menu: report a bug now links to the new tracker at developer.blender.org.

Brecht Van Lommel noreply at git.blender.org
Sat Nov 16 03:27:42 CET 2013


Commit: 58afbb2ee8f9a0e08365db5e840bbb8d9f39c3ab
Author: Brecht Van Lommel
Date:   Sat Nov 16 03:26:04 2013 +0100
http://developer.blender.org/rB58afbb2ee8f9a0e08365db5e840bbb8d9f39c3ab

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.

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

M	release/scripts/startup/bl_ui/space_info.py

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

diff --git a/release/scripts/startup/bl_ui/space_info.py b/release/scripts/startup/bl_ui/space_info.py
index f7bca14..544bba1 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




More information about the Bf-blender-cvs mailing list