Fix URL to new py API docs

This commit is contained in:
Matt Ebb 2010-01-14 02:13:08 +00:00
parent 36229bd39a
commit 2b1e59500f

@ -363,7 +363,7 @@ class HELP_OT_python_api(HelpOperator):
'''Reference for operator and data Python API'''
bl_idname = "help.python_api"
bl_label = "Python API Reference"
_url = 'http://www.blender.org/documentation/250PythonDoc/'
_url = 'http://www.blender.org/documentation/250PythonDoc/contents.html'
class HELP_OT_operator_cheat_sheet(bpy.types.Operator):