[Bf-blender-cvs] [18e1c8d9fa6] master: PyAPI: Fix changed ref link

Aaron Carlisle noreply at git.blender.org
Fri Jun 16 04:03:29 CEST 2017


Commit: 18e1c8d9fa6bfa3c435b4e9f043d9e7bf8e5eb6f
Author: Aaron Carlisle
Date:   Thu Jun 15 22:03:22 2017 -0400
Branches: master
https://developer.blender.org/rB18e1c8d9fa6bfa3c435b4e9f043d9e7bf8e5eb6f

PyAPI: Fix changed ref link

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

M	doc/python_api/sphinx_doc_gen.py

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

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 258248b2f36..c8bf0243d2c 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1700,7 +1700,7 @@ def write_rst_contents(basepath):
             fw("   %s <%s>\n\n" % (info_desc, info))
         fw("\n")
         fw("- :ref:`Blender/Python Add-on Tutorial: a step by step guide on")
-        fw(" how to write an add-on from scratch <blender_manual:advanced_scripting_tutorial>`\n")
+        fw(" how to write an add-on from scratch <blender_manual:advanced_scripting_addon_tutorial>`\n")
         fw("\n")
 
     fw(title_string("Application Modules", "=", double=True))




More information about the Bf-blender-cvs mailing list