[Bf-blender-cvs] [34a502c16a] master: Cleanup: use proper link to the api

Aaron Carlisle noreply at git.blender.org
Tue Feb 21 02:22:09 CET 2017


Commit: 34a502c16a5bf258d67e0371fc5fd9015d28dfa1
Author: Aaron Carlisle
Date:   Mon Feb 20 20:19:07 2017 -0500
Branches: master
https://developer.blender.org/rB34a502c16a5bf258d67e0371fc5fd9015d28dfa1

Cleanup: use proper link to the api

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 075a6f870f..3033dbc5c6 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1243,7 +1243,7 @@ class USERPREF_MT_addons_online_resources(Menu):
                 "wm.url_open", text="API Concepts", icon='URL',
                 ).url = bpy.types.WM_OT_doc_view._prefix + "/info_quickstart.html"
         layout.operator("wm.url_open", text="Add-on Tutorial", icon='URL',
-                ).url = "http://www.blender.org/api/blender_python_api_current/info_tutorial_addon.html"
+                ).url = bpy.types.WM_OT_doc_view._prefix + "/info_tutorial_addon.html"
 
 
 class USERPREF_PT_addons(Panel):




More information about the Bf-blender-cvs mailing list