[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25978] trunk/blender/release/scripts/ui/ space_info.py: Fix URL to new py API docs

Matt Ebb matt at mke3.net
Thu Jan 14 03:13:16 CET 2010


Revision: 25978
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25978
Author:   broken
Date:     2010-01-14 03:13:08 +0100 (Thu, 14 Jan 2010)

Log Message:
-----------
Fix URL to new py API docs

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_info.py

Modified: trunk/blender/release/scripts/ui/space_info.py
===================================================================
--- trunk/blender/release/scripts/ui/space_info.py	2010-01-14 02:06:08 UTC (rev 25977)
+++ trunk/blender/release/scripts/ui/space_info.py	2010-01-14 02:13:08 UTC (rev 25978)
@@ -363,7 +363,7 @@
     '''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):





More information about the Bf-blender-cvs mailing list